Internationalization fixes, support for PDF generation

svn: r45
This commit is contained in:
Don Allingham
2001-05-22 22:30:13 +00:00
parent 175f7224a8
commit 0432e0998e
30 changed files with 454 additions and 199 deletions

View File

@@ -35,7 +35,6 @@ class Date:
formatCode = 0
entryCode = 0
BadFormat = _("Unknown Format")
Error = _("Illegal Date")
range = 1
@@ -231,7 +230,7 @@ class SingleDate:
_("before") + '|' + \
_("after") + '|' + \
_("aft") + '|' + \
_("bef") + ")"
_("bef") + ')'
start = "^\s*" + modifiers + "?\s*"