* src/DateDisplay.py: don't mark date formats as translatable

svn: r4698
This commit is contained in:
Don Allingham 2005-05-26 22:31:04 +00:00
parent 63dbb12bfa
commit 175ee0f498
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2005-05-26 Don Allingham <don@gramps-project.org>
* src/DateDisplay.py: don't mark date formats as translatable
2005-05-25 Don Allingham <don@gramps-project.org>
* src/DateDisplay.py: properly encode french republican dates as unicode

View File

@ -302,8 +302,8 @@ class DateDisplayEn(DateDisplay):
"""
formats = (
_("YYYY-MM-DD (ISO)"), _("Numerical"), _("Month Day, Year"),
_("MON DAY, YEAR"), _("Day Month Year"), _("DAY MON YEAR")
"YYYY-MM-DD (ISO)", "Numerical", "Month Day, Year",
"MON DAY, YEAR", "Day Month Year", "DAY MON YEAR"
)
def __init__(self,format=None):