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:
Brian Matherly
2010-01-18 04:42:17 +00:00
parent 1b8706eaf1
commit f04880ec09
495 changed files with 600 additions and 604 deletions

View File

@@ -50,7 +50,7 @@ import TreeTips
import DateHandler
import GrampsDisplay
import ManagedWindow
from TransUtils import sgettext as _
from gen.ggettext import sgettext as _
from Utils import mac
from glade import Glade
from DdTargets import DdTargets