Skip to content

Commit

Permalink
Fix date modifiers for fr
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 24, 2023
1 parent ab01632 commit 3dad2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/datehandler/_date_fr.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class DateParserFR(DateParser):
"c.": Date.MOD_ABOUT,
"vers": Date.MOD_ABOUT,
"~": Date.MOD_ABOUT,
"from": Date.MOD_FROM,
"to": Date.MOD_TO,
"de": Date.MOD_FROM,
"à": Date.MOD_TO,
}

quality_to_int = {
Expand Down

0 comments on commit 3dad2e8

Please sign in to comment.