Use sgettext for handling context (english locale)
This commit is contained in:
parent
b072b88425
commit
2301310eb3
@ -58,7 +58,7 @@ from ..utils.file import get_unicode_path_from_file_chooser
|
|||||||
from ..utils.configmanager import safe_eval
|
from ..utils.configmanager import safe_eval
|
||||||
from ..config import config
|
from ..config import config
|
||||||
from ..const import GRAMPS_LOCALE as glocale
|
from ..const import GRAMPS_LOCALE as glocale
|
||||||
_ = glocale.translation.gettext
|
_ = glocale.translation.sgettext
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user