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:
@@ -32,7 +32,7 @@ Display RepoRef for sources related to active repository
|
||||
"""
|
||||
|
||||
from Simple import SimpleAccess, SimpleDoc, SimpleTable
|
||||
from gettext import gettext as _
|
||||
from gen.ggettext import gettext as _
|
||||
|
||||
def run(database, document, repo):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user