Skip to content

Commit

Permalink
Fix date modifiers for ru
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 13, 2023
1 parent 0770807 commit cbb0ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/datehandler/_date_ru.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class DateParserRU(DateParser):
"прибл.": Date.MOD_ABOUT,
"приб": Date.MOD_ABOUT,
"прибл": Date.MOD_ABOUT,
"from": Date.MOD_FROM,
"to": Date.MOD_TO,
"от": Date.MOD_FROM,
"к": Date.MOD_TO,
}

quality_to_int = {
Expand Down

0 comments on commit cbb0ed1

Please sign in to comment.