canaille-globuzma/canaille/translations
2021-09-27 11:54:41 +02:00
..
fr/LC_MESSAGES updated French translations 2021-09-27 11:54:41 +02:00
babel.cfg HTML password recovery email. Fixes #14 2020-10-29 12:00:19 +01:00
messages.pot Translate groups pages 2021-07-29 16:33:01 +02:00
README.md Button wording 2020-12-31 12:47:36 +01:00

Extract the messages with:

pybabel extract --mapping-file canaille/translations/babel.cfg --output-file canaille/translations/messages.pot canaille

Add a new language with:

pybabel init --input-file canaille/translations/messages.pot --output-dir canaille/translations --locale <LANG>

Update the catalogs with:

pybabel update --input-file canaille/translations/messages.pot --output-dir canaille/translations

Compile the catalogs with:

pybabel compile --directory canaille/translations