Skip to content

Commit

Permalink
Fix date modifiers for hr
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Aug 13, 2023
1 parent ae50080 commit 37a02ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/datehandler/_date_hr.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class DateParserHR(DateParser):
"oko": Date.MOD_ABOUT,
"okolo": Date.MOD_ABOUT,
"ok. ": Date.MOD_ABOUT,
"from": Date.MOD_FROM,
"to": Date.MOD_TO,
"od": Date.MOD_FROM,
"do": Date.MOD_TO,
}

quality_to_int = {
Expand Down

0 comments on commit 37a02ab

Please sign in to comment.