Fix date handling with "ABT" in non-english languages
svn: r571
This commit is contained in:
@@ -314,7 +314,10 @@ class SingleDate:
|
||||
_("aft") + '|' + \
|
||||
_("aft\.") + '|' + \
|
||||
_("bef\.") + '|' + \
|
||||
_("bef") + ')'
|
||||
_("bef") + '|' + \
|
||||
"abt" + '|' + \
|
||||
"aft" + '|' + \
|
||||
"bef" + ')'
|
||||
|
||||
start = "^\s*" + modifiers + "?\s*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user