Fix problem reading non-english XML files.
svn: r606
This commit is contained in:
parent
8289c7147c
commit
82830723e8
@ -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\.?") + '|' + \
|
||||
|
Loading…
Reference in New Issue
Block a user