* src/dates/Date_nl.py: fix index for "merz"
svn: r5635
This commit is contained in:
parent
608960a3e2
commit
840569cea7
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user