canaille-globuzma/canaille/translations
2023-03-09 19:33:28 +01:00
..
de/LC_MESSAGES Updated translation files 2023-02-14 22:04:59 +01:00
es/LC_MESSAGES Translated using Weblate (Spanish) 2023-02-16 15:37:39 +01:00
fr/LC_MESSAGES Translated using Weblate (French) 2023-02-16 15:37:39 +01:00
gl/LC_MESSAGES Translated using Weblate (Galician) 2023-02-19 23:35:58 +01:00
nb_NO/LC_MESSAGES Updated translation files 2023-02-14 22:04:59 +01:00
babel.cfg Automatically trims the HTML translated strings 2023-01-22 13:45:59 +01:00
messages.pot Translatable strings extraction 2023-03-09 19:33:28 +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