]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix mangled language names in tornado.locale for Chinese, Japanese, Korean.
authorBen Darnell <ben@bendarnell.com>
Mon, 8 Nov 2010 19:27:27 +0000 (11:27 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 8 Nov 2010 19:42:22 +0000 (11:42 -0800)
commit0dcee8d7dc4ad0a88562ed2676a0b95e6453e405
treedee365a209bb39e94e27c72746cab702672ab2fb
parentee55403cd4a6255f275b0f39cbc19f03accd29ef
Fix mangled language names in tornado.locale for Chinese, Japanese, Korean.

For Chinese, also follow Google's example and reduce number of
variants to two: Simplified (zh_CN) and Traditional (zh_TW) (since I
couldn't find an appropriate copy-paste source for localized versions
of "Chinese (Hong Kong)" and "Chinese (Taiwan)")

Closes #168.
tornado/locale.py