aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+ ```