0003320: DateDisplay: incorrect index for short_months and long_months

svn: r13442
This commit is contained in:
Brian Matherly
2009-10-28 12:21:37 +00:00
parent 7a19720b01
commit 77847d37ba
18 changed files with 54 additions and 53 deletions

View File

@@ -139,12 +139,12 @@ class DateDisplayNL(DateDisplay):
Dutch language date display class.
"""
# TODO: Translate these month strings:
long_months = ( u"January", u"February", u"March", u"April", u"May",
long_months = ( u"", u"January", u"February", u"March", u"April", u"May",
u"June", u"July", u"August", u"September", u"October",
u"November", u"December" )
short_months = ( u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun", u"Jul",
u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" )
short_months = ( u"", u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun",
u"Jul", u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" )
calendar = (
"", u" (juliaans)", u" (hebreeuws)",