canaille-globuzma/canaille/translations
Éloi Rivard 791ddbed32
Translated using Weblate (French)
Currently translated at 100.0% (275 of 275 strings)

Translation: Canaille/Canaille
Translate-URL: https://hosted.weblate.org/projects/canaille/canaille/fr/
2023-01-28 20:00:32 +01:00
..
es/LC_MESSAGES Automatically trims the HTML translated strings 2023-01-22 13:45:59 +01:00
fr/LC_MESSAGES Translated using Weblate (French) 2023-01-28 20:00:32 +01:00
babel.cfg Automatically trims the HTML translated strings 2023-01-22 13:45:59 +01:00
messages.pot Automatically trims the HTML translated strings 2023-01-22 13:45:59 +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