Skip to content

Compiling translation files

French District edited this page Aug 19, 2017 · 1 revision

To rebuild the translation files, run the following commands:

grunt pot
msgmerge -o lang/es_ES.po.merged lang/es_ES.po lang/largo.pot
mv lang/es_ES.po.merged lang/es_ES.po
grunt po2mo
Clone this wiki locally