Ash0Lam / ea2024_230054582_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to create translation

Run following commands

cd app/
mkdir translations
pybabel extract -F babel.cfg -k lazy_gettext -o translations/messages.pot .
pybabel init -i translations/messages.pot -d translations -l en
pybabel init -i translations/messages.pot -d translations -l es
pybabel init -i translations/messages.pot -d translations -l zh
pybabel compile -d translations

How to update translation

cd app/
pybabel update -i translations/messages.pot -d translations

About

License:MIT License


Languages

Language:Python 75.5%Language:Jinja 23.2%Language:Mako 1.3%