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 8289c7147c
commit 82830723e8

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\.?") + '|' + \