July 2019
Beginner to intermediate
302 pages
9h 38m
English
Next time, if we need to update the translations in our messages.po file, we do not need to call the init command again. Instead, we can run an update command, which is as follows:
$ pybabel update -i my_app/messages.pot -d my_app/translations
After this, run the compile command as usual.