* src/dates/Date_nl.py: fix index for "merz"

svn: r5635
This commit is contained in:
Don Allingham 2005-12-27 14:56:22 +00:00
parent 608960a3e2
commit 840569cea7
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2005-12-07 Benny Malengier <bm@cage.UGent.be>
* src/dates/Date_nl.py: fix index for "merz"
2005-12-22 Alex Roitman <shura@gramps-project.org>
* src/GrampsBSDDB.py (GrampsBSDDBCursor): add delete method;
(GrampsBSDDBDupCursor): Add class to handle duplicates.

View File

@ -116,8 +116,7 @@
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="figures/researcher.png" format="PNG"
width="510" depth="369" />
<imagedata fileref="figures/researcher.png" format="PNG"/>
</imageobject>
<textobject>
<phrase>Shows Researcher Information Window. </phrase>

View File

@ -63,7 +63,7 @@ class DateParserNL(DateParser):
month_to_int[u"januaris"] = 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