canaille-globuzma/canaille/translations
2020-11-25 15:27:31 +01:00
..
fr/LC_MESSAGES French translation. #45 2020-11-25 15:27:31 +01:00
babel.cfg HTML password recovery email. Fixes #14 2020-10-29 12:00:19 +01:00
messages.pot French translation. #45 2020-11-25 15:27:31 +01:00
README.md Password setup for new users. Fixes #37 2020-11-16 15:39:58 +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 messages.pot --output-dir 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