This topic created in 4882 days ago, the information mentioned may be changed or developed.
将给程序添加多语言
tornado.locale.load_translations(os.path.join(os.path.dirname(__file__), 'translations'))
tornado.locale.set_default_locale("zh_CN")
建立zh_CN.csv
还缺少什么?
为什么模板中还是_("Topic")还是英文呢?
1 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
cute Dec 26, 2012 via iPhone
"Topic","主题"
|