Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
This commit is contained in:
@ -91,7 +91,7 @@ import os
|
||||
import re
|
||||
import time
|
||||
import codecs
|
||||
from gettext import gettext as _
|
||||
from gen.ggettext import gettext as _
|
||||
from xml.parsers.expat import ParserCreate
|
||||
from collections import defaultdict
|
||||
import cStringIO
|
||||
|
Reference in New Issue
Block a user