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:
@@ -37,7 +37,7 @@ import locale
|
||||
import os
|
||||
from sys import maxint
|
||||
from bsddb import db
|
||||
from gettext import gettext as _
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
import logging
|
||||
LOG = logging.getLogger(".Db")
|
||||
|
Reference in New Issue
Block a user