Skip to content

Commit

Permalink
Fix date modifiers for cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Sep 12, 2023
1 parent 2277938 commit 1f281ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/datehandler/_date_cs.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class DateParserCZ(DateParser):
"před": Date.MOD_BEFORE,
"kolem": Date.MOD_ABOUT,
"po": Date.MOD_AFTER,
"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 1f281ea

Please sign in to comment.