[r21144]GrampsLocale: Remove ggettext

svn: r21392
This commit is contained in:
John Ralls
2013-02-24 00:51:17 +00:00
parent 3788d52107
commit e28e114c95
620 changed files with 1286 additions and 736 deletions

View File

@@ -31,7 +31,8 @@ Provide merge capabilities for events.
#-------------------------------------------------------------------------
from ..lib import Person, Family
from ..db import DbTxn
from ..ggettext import sgettext as _
from ..const import GRAMPS_LOCALE as glocale
_ = glocale.get_translation().sgettext
from ..errors import MergeError
#-------------------------------------------------------------------------