Skip to content

Commit

Permalink
Add extra "about" modifier to Hebrew date handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Nov 17, 2024
1 parent f497434 commit f3724f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gramps/gen/datehandler/_date_he.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class DateParserHE(DateParser):
"אחרי": Date.MOD_AFTER,
"אחרי ה־": Date.MOD_AFTER,
"אח.": Date.MOD_AFTER,
"בסביבות־": Date.MOD_ABOUT,
"בסביבות": Date.MOD_ABOUT,
"בערך ב־": Date.MOD_ABOUT,
"בערך ב": Date.MOD_ABOUT,
Expand Down

0 comments on commit f3724f0

Please sign in to comment.