9041: Add missing 'Father/mother age' translation strings
temp workaround for mapping them via translation dict update and fix punctuation on french translation thank you Paul
This commit is contained in:
parent
1b07d9a621
commit
908ace174b
@ -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
|
||||
|
934
po/gramps.pot
934
po/gramps.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user