Fix date handling with "ABT" in non-english languages

svn: r571
This commit is contained in:
Don Allingham
2001-11-18 23:39:34 +00:00
parent e1185f5142
commit e030fa8253
3 changed files with 10 additions and 5 deletions

View File

@@ -314,7 +314,10 @@ class SingleDate:
_("aft") + '|' + \
_("aft\.") + '|' + \
_("bef\.") + '|' + \
_("bef") + ')'
_("bef") + '|' + \
"abt" + '|' + \
"aft" + '|' + \
"bef" + ')'
start = "^\s*" + modifiers + "?\s*"