Skip to content

Commit

Permalink
Fix date modifiers for zh_CN
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Oct 8, 2023
1 parent badfa0f commit e438660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gramps/gen/datehandler/_date_zh_CN.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class DateParserZH_CN(DateParser):
"以前": Date.MOD_BEFORE,
"以后": Date.MOD_AFTER,
"大约": Date.MOD_ABOUT,
"from": Date.MOD_FROM,
"to": Date.MOD_TO,
"": Date.MOD_FROM,
"": Date.MOD_TO,
}

month_to_int = DateParser.month_to_int
Expand Down

0 comments on commit e438660

Please sign in to comment.