aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-05-15 22:30:01 -0500
committerJesús <heckyel@hyperbola.info>2018-05-15 22:30:01 -0500
commit1a23a2ee8efdf8998b42cf0500df9e24d30fdf43 (patch)
tree252533d8131918a160b1cdd41b3717a2d1f8a201
parenta9453dea8977233bc29914b0cff16bcd0ff0d7d5 (diff)
downloadlidra-theme-1a23a2ee8efdf8998b42cf0500df9e24d30fdf43.tar.lz
lidra-theme-1a23a2ee8efdf8998b42cf0500df9e24d30fdf43.tar.xz
lidra-theme-1a23a2ee8efdf8998b42cf0500df9e24d30fdf43.zip
Added generate languages on hacking.md
-rw-r--r--hacking.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/hacking.md b/hacking.md
index dad8b43..1a5233b 100644
--- a/hacking.md
+++ b/hacking.md
@@ -27,3 +27,17 @@
```
cssmin --wrap 1000 < bootstrap.css > bootstrap.min.css
```
+
+## Generate languages from archive.po to archive.mo
+
+1. Requeriments:
+
+ ```
+ pacman -S gettext
+ ```
+
+2. Generate
+
+ ```
+ msgfmt -o new-language.mo new-language.po
+ ```