You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Existing CBS Fields - see here
(Note - if translation in file is not adequate - please create a better translation)
Flask Babel
For updating messages.pot with all strings for translation - use the following commands:
Go to anyway container: docker exec -it anyway bash
Perform the following updates inside anyway container:
pybabel extract -F babel.cfg -o messages.pot .
For updating existing po files with new strings: pybabel update -i messages.pot -d translations
Update manually the translations: modify translation files - po files per language.
For compiling pybabel mo files use: pybabel compile -d translations It's important to compile the files for the transations to take place Make sure to add all po, mo and pot files to pull request
The text was updated successfully, but these errors were encountered:
Additional context
(Note - if translation in file is not adequate - please create a better translation)
Flask Babel
For updating messages.pot with all strings for translation - use the following commands:
docker exec -it anyway bash
pybabel extract -F babel.cfg -o messages.pot .
pybabel update -i messages.pot -d translations
pybabel compile -d translations
It's important to compile the files for the transations to take place
Make sure to add all po, mo and pot files to pull request
The text was updated successfully, but these errors were encountered: