gpt4 book ai didi

python - i18n 与 webpy

转载 作者:太空宇宙 更新时间:2023-11-04 06:39:29 25 4
gpt4 key购买 nike

我在使用 webpy 时遇到 i18n 问题。

我已经关注了:http://webpy.org/cookbook/i18n_support_in_template_file

所以,在我的 .wsgi 中有:

#i18n
gettext.install('messages',I18N_PATH,unicode=True)
gettext.translation('messages',I18N_PATH,languages=['fr_FR','en_US']).install(True)

所以我跑了:

pygettext.py -a -v -d messages -o i18n/messages.po controllers/*.py views/*.html 

我已经复制并翻译了messages.po,我还更改了“content-type”和“content-transfer-encoding:

"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: UTF-8\n"

然后我运行了这个命令:

msgfmt -v -o i18n/fr_FR/LC_MESSAGES/messages.mo i18n/fr_FR/LC_MESSAGES/messages.po
>>>93 messages traduits.

这是 i18n 文件夹的树状图:

i18n/:
en_US fr_FR messages.po

i18n/en_US:
LC_MESSAGES

i18n/en_US/LC_MESSAGES:
messages.mo messages.po

i18n/fr_FR:
LC_MESSAGES

i18n/fr_FR/LC_MESSAGES:
messages.mo messages.po

但是当我进入我的网站时(我的浏览器的语言是“fr_fr”),我没有翻译字符串。

我也不知道为什么。有人有想法吗?

谢谢

最佳答案

web.py 文档在此处对其进行了解释。

http://webpy.org/cookbook/runtime-language-switch

关于python - i18n 与 webpy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2999365/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com