9041: Add missing 'Father/mother age' translation strings

temp workaround for mapping them via translation dict
This commit is contained in:
romjerome 2015-11-29 11:05:18 +01:00
parent b34b257d33
commit 8fac92d170

View File

@ -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