Generating_mo_files
Michal Čihař edited this page Apr 14, 2016
·
2 revisions
Popular destinations:
- Team meetings
- GSoC home
- Developer guidelines
- How to install on Debian and Ubuntu
- Issue and pull-request management
User resources:
Clone this wiki locally
Generating .mo files
Gettext .po files are used for editing, but the application itself is using binary files to avoid overhead of parsing text files. Before being able to use the translation, they need to be generated. You can do this by executing the script
./scripts/generate-mo
It compiles the .mo files, prints translations stats and reports errors in translations. You need to have gettext installed to use this script.