Closed benlapETS closed 3 years ago
Steps to translate the code:
_('MY STRING')
)pybabel extract hanggame -o hanggame\locales\hanggame.pot
pybabel init -d locales -l LANGAGE -i locales\hanggame.pot -D hanggame
pybabel update -d locales -D hanggame -i locales\hanggame.pot
pybabel compile -d locales -D hanggame
The first advice is to use pybabel and gettext, to be at least billingual (french/english).