-
Notifications
You must be signed in to change notification settings - Fork 13
Internationalisation
Friedrich Lindenberg edited this page Jun 6, 2015
·
3 revisions
Translation workflow:
$ pybabel extract -F babel.cfg -k lazy_gettext -o spendb/translations/messages.pot spendb
Examine the .pot
(or at least its diff) for bogus messages, and fix up any
errors in the source. Pay particular attention to templates.
Update .po
files from .pot
:
$ pybabel update -i messages.pot -d spendb/translations
Edit bin/update_translations
. You must list each language code on a separate line.
Once you have configured the supported languages, run:
$ bin/update_translations
If you are stuck with the installation or usage of SpenDB, please: search for existing bug reports or file an issue, or message the spendb mailing list.