diff --git a/gramps/gen/datehandler/_date_fr.py b/gramps/gen/datehandler/_date_fr.py index c46fa4de6..a5ca4169f 100644 --- a/gramps/gen/datehandler/_date_fr.py +++ b/gramps/gen/datehandler/_date_fr.py @@ -119,13 +119,16 @@ class DateParserFR(DateParser): "januarii" : 1, "januarius" : 1, "janer" : 1, + "jänner" : 1, "jenner" : 1, "hartmonat" : 1, "hartung" : 1, + "horn" : 1, "eismond" : 1, "februaris" : 2, "februarii" : 2, "februarius" : 2, + "hornig" : 2, "hornung" : 2, "wintermonat" : 2, "taumond" : 2, @@ -137,6 +140,7 @@ class DateParserFR(DateParser): "ostermond" : 4, "maius" : 5, "maii" : 5, + "maien" : 5, "bluviose" : 5, "wonnemond" : 5, "wiesenmonat" : 5, @@ -147,6 +151,7 @@ class DateParserFR(DateParser): "julius" : 7, "julii" : 7, "heuet" : 7, + "heuert" : 7, "augustus" : 8, "augusti" : 8, "ernting" : 8, @@ -154,6 +159,7 @@ class DateParserFR(DateParser): "7bre" : 9, "7bris" : 9, "september" : 9, + "scheidling" : 9, "october" : 10, "octobris" : 10, "8bre" : 10, @@ -172,6 +178,7 @@ class DateParserFR(DateParser): "xbre" : 12, "xbris" : 12, "julmond" : 12, + "christmond" : 12, }) # This self._numeric is different from the base