diff --git a/gramps/gen/merge/diff.py b/gramps/gen/merge/diff.py index 46541baa2..5718b13ed 100644 --- a/gramps/gen/merge/diff.py +++ b/gramps/gen/merge/diff.py @@ -32,6 +32,8 @@ from ..dbstate import DbState from gramps.cli.grampscli import CLIManager from ..plug import BasePluginManager from ..db.dictionary import DictionaryDb +from ..const import GRAMPS_LOCALE as glocale +_ = glocale.translation.gettext def import_as_dict(filename): """