9041: remove temorary _DATAMAP entries (from [908ace1])

not needed after [df90ef5]
This commit is contained in:
Paul Franklin 2015-12-02 08:51:36 -08:00
parent e50f0c145e
commit 72d54a319f
2 changed files with 1 additions and 13 deletions

View File

@ -894,9 +894,6 @@ 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

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-11-29 10:24+0100\n"
"POT-Creation-Date: 2015-11-30 23:59+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -7954,15 +7954,6 @@ msgstr ""
msgid "See details"
msgstr ""
#. 9041 fake entries for matching some _DATAMAP strings on reports
#: ../gramps/gen/utils/grampslocale.py:898
msgid "Father Age"
msgstr ""
#: ../gramps/gen/utils/grampslocale.py:898
msgid "Mother Age"
msgstr ""
#: ../gramps/gen/utils/image.py:122
msgid ""
"WARNING: PIL module not loaded. Image cropping in report files will be "