代码拉取完成,页面将自动刷新
# 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。