canaille-globuzma/canaille/translations
Éloi Rivard edbd98e9d2 unit tests: better admin mail debugger testing
There was no test that covered the case where there is an issue when
sending the debug email.
2022-12-04 17:15:54 +01:00
..
fr/LC_MESSAGES unit tests: better admin mail debugger testing 2022-12-04 17:15:54 +01:00
babel.cfg Removed deprecated babel extensions 2022-06-02 15:41:45 +02:00
messages.pot unit tests: better admin mail debugger testing 2022-12-04 17:15:54 +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