From 8fac92d170ab7113efab11fe47b69f84eb381b5e Mon Sep 17 00:00:00 2001 From: romjerome Date: Sun, 29 Nov 2015 11:05:18 +0100 Subject: [PATCH] 9041: Add missing 'Father/mother age' translation strings temp workaround for mapping them via translation dict --- gramps/gen/utils/grampslocale.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gramps/gen/utils/grampslocale.py b/gramps/gen/utils/grampslocale.py index f8ab285b9..6e61ddefa 100644 --- a/gramps/gen/utils/grampslocale.py +++ b/gramps/gen/utils/grampslocale.py @@ -894,6 +894,9 @@ class GrampsLocale(object): from gramps.gen.lib.grampstype import GrampsType return GrampsType.xml_str(name) + #9041 fake entries for matching some _DATAMAP strings on reports + temp = [_("Father Age"), _("Mother Age")] + def format(self, format, val, grouping=False, monetary=False): """ Format a number in the current numeric locale. See python's