9041: Add missing 'Father/mother age' translation strings
temp workaround for mapping them via translation dict
This commit is contained in:
parent
b34b257d33
commit
8fac92d170
@ -894,6 +894,9 @@ class GrampsLocale(object):
|
|||||||
from gramps.gen.lib.grampstype import GrampsType
|
from gramps.gen.lib.grampstype import GrampsType
|
||||||
return GrampsType.xml_str(name)
|
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):
|
def format(self, format, val, grouping=False, monetary=False):
|
||||||
"""
|
"""
|
||||||
Format a number in the current numeric locale. See python's
|
Format a number in the current numeric locale. See python's
|
||||||
|
Loading…
Reference in New Issue
Block a user