Simple web app to help children and others measure and improve mental calculation skills
-
extract strings to be localized:
$ pybabel extract -o locale/messages.pot .
-
update catalogs for each supported locale
$ pybabel update -l fr_FR -i locale/messages.pot -d locale
-
perform translations in .po files
-
compile catalogs into .mo files.
$ pybabel compile -d locale -f