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:
romjerome 2015-11-29 10:42:59 +01:00
parent 1b07d9a621
commit 908ace174b
3 changed files with 974 additions and 945 deletions

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

978
po/fr.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff