Kaydet (Commit) 1dce09da authored tarafından Barry Warsaw's avatar Barry Warsaw

Group consensus is that supporting alternative locale categories is

useless.  So the test of the dcgettext() function is removed.
üst 84314b72
......@@ -43,12 +43,6 @@ gettext message catalog library.''')
print gettext.dgettext('gettext', 'nudge nudge')
# dcgettext
##import locale
##if gettext.dcgettext('gettext', 'nudge nudge',
## locale.LC_MESSAGES) <> 'wink wink':
## print _('dcgettext failed')
# test the alternative interface
fp = open(os.path.join(mofile), 'rb')
t = gettext.GNUTranslations(fp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment