* src/dates/Date_de.py: Fix month name

svn: r5214
This commit is contained in:
Martin Hawlisch 2005-09-21 20:59:19 +00:00
parent 693879e004
commit 11e9730fb9
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-09-21 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* src/dates/Date_de.py: Fix month name
2005-09-21 Don Allingham <don@gramps-project.org>
* src/ChooseParents.py: fix unbound variable when neither parents
exist.

View File

@ -59,7 +59,7 @@ class DateParserDE(DateParser):
month_to_int[u"jenner"] = 1
month_to_int[u"feber"] = 2
month_to_int[u"februaris"] = 2
month_to_int[u"merz"] = 2
month_to_int[u"merz"] = 3
month_to_int[u"aprilis"] = 4
month_to_int[u"maius"] = 5
month_to_int[u"junius"] = 6