GrampsLocale: Remove ggettext

svn: r21144
This commit is contained in:
John Ralls
2013-01-17 19:46:55 +00:00
parent d3c2a8a490
commit ef6892abbd
623 changed files with 1291 additions and 738 deletions

View File

@@ -53,7 +53,8 @@ from gi.repository import Gtk
#
#-------------------------------------------------------------------------
from gramps.gen.const import GRAMPS_LOCALE as glocale
from gramps.gen.ggettext import sgettext as _
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.get_translation().sgettext
from gramps.gen.simple import SimpleTable
from gramps.gen.errors import WindowActiveError
from ...widgets.multitreeview import MultiTreeView