Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 455 Bytes

NOTE.md

File metadata and controls

28 lines (19 loc) · 455 Bytes

小笔记

怎么更新翻译

运行 update_i18n.sh,或者:

pybabel extract -F babel.cfg -o messages.pot .

pybabel update -i messages.pot -d remotelauncher/translations

编译翻译文件

pybabel compile -d remotelauncher/translations

初始化zh翻译

pybabel init -i messages.pot -d remotelauncher/translations -l zh

自动生成requirements.txt

pipreqs . --encoding==utf8