canaille-globuzma/canaille/translations
2022-02-01 17:41:52 +00:00
..
fr/LC_MESSAGES Spellcheck a word in french translation 2022-02-01 17:41:52 +00:00
babel.cfg fixed translations 2021-12-01 12:36:09 +01:00
messages.pot Invited users can choose their uid 2022-01-01 18:41:04 +01: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