Fix problem reading non-english XML files.

svn: r606
This commit is contained in:
David Hampton 2001-12-04 05:26:01 +00:00
parent ebf40b455b
commit 52f74dfb19

View File

@ -332,7 +332,11 @@ class SingleDate:
_("bef.") : before,
_("after") : after,
_("aft.") : after,
_("aft") : after }
_("aft") : after,
# And the untranslated versions for backward compatability
"abt" : about,
"after" : after,
"before" : before }
modifiers = "(" + \
_("abt\.?") + '|' + \