diff options
Diffstat (limited to 'hacking.md')
-rw-r--r-- | hacking.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 + ``` |