1 Star 0 Fork 0

琚长飞/GateOne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
babel_gateone.cfg 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
# Meant to be used with pybabel like so (this file is babel_gateone.cfg):
# Create a gateone.pot file by extracting _() strings from all the source files (*.py and templates)"
#
# $ pybabel extract -o gateone/i18n/gateone.pot -F ./babel_gateone.cfg gateone
#
# Then you can create a translation for, say, Portuguese (creates a fresh/empty .po file):
#
# $ pybabel init -D gateone -i gateone/i18n/gateone.pot -d gateone/i18n/ -l pt_PT
#
# Edit the resulting .po file (adding your translations) and lastly, compile it to .mo:
#
# $ pybabel compile -D gateone -d gateone/i18n/ -f --statistics
#
# Now Gate One will automatically use your translation, awesome!
#
# If gateone.pot changed, you'll need to update your translation with the new changes:
#
# $ pybabel update -d gateone/i18n -l pt_PT -i gateone/i18n/gateone.pot -D gateone
#
# That will update the line numbers, comment out any obsolete translations, and add any new untranslated text.
# Extraction from Python source files
[python: **.py]
encoding = utf-8
# Extraction from Tornado templates
[tornado: gateone/templates/**.html]
input_encoding = utf-8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jcf/GateOne.git
git@gitee.com:jcf/GateOne.git
jcf
GateOne
GateOne
master

搜索帮助