运行 update_i18n.sh
,或者:
pybabel extract -F babel.cfg -o messages.pot .
pybabel update -i messages.pot -d remotelauncher/translations
pybabel compile -d remotelauncher/translations
pybabel init -i messages.pot -d remotelauncher/translations -l zh
pipreqs . --encoding==utf8