]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix load_gettext_translations on python 3
authorBen Darnell <ben@bendarnell.com>
Thu, 14 Jun 2012 08:41:04 +0000 (01:41 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 14 Jun 2012 08:41:04 +0000 (01:41 -0700)
commit489997d18dfbd63e3e581b1fce62b2edf9583403
tree416c48bc4388aa82f7c3f6ff187a2f8d3add0674
parent562d9602de11b35119284ea3344f89f9e0331cc4
Fix load_gettext_translations on python 3
MANIFEST.in
setup.py
tornado/locale.py
tornado/test/gettext_translations/extract_me.py [new file with mode: 0644]
tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.mo [new file with mode: 0644]
tornado/test/gettext_translations/fr_FR/LC_MESSAGES/tornado_test.po [new file with mode: 0644]
tornado/test/locale_test.py