Skip to content

Commit

Permalink
Add German date modifier "ab"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jan 9, 2025
1 parent b68809e commit 01053a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gramps/gen/datehandler/_date_de.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class DateParserDE(DateParser):
"etwa": Date.MOD_ABOUT,
"circa": Date.MOD_ABOUT,
"ca.": Date.MOD_ABOUT,
"ab": Date.MOD_FROM,
"von": Date.MOD_FROM,
"bis": Date.MOD_TO,
}
Expand Down

0 comments on commit 01053a9

Please sign in to comment.