From e44a7cc8e2886d25502b038112c62e4908ea0f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 7 Nov 2009 09:05:27 +0000 Subject: [PATCH] 3333: Update for the Croatian DateHandler svn: r13514 --- src/DateHandler/_Date_hr.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/DateHandler/_Date_hr.py b/src/DateHandler/_Date_hr.py index 7e50b472a..241191ed0 100644 --- a/src/DateHandler/_Date_hr.py +++ b/src/DateHandler/_Date_hr.py @@ -203,13 +203,16 @@ class DateDisplayHR(DateDisplay): """ Croatian language date display class. """ - # TODO: Translate these month strings: - 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" ) + long_months = ("", + u"januara", u"februara", u"marta", u"aprila", + u"maja", u"juna", u"jula", u"avgusta", + u"septembra", u"oktobra", u"novembra", u"decembra" + ) - 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" ) + short_months = ("", + u"jan", u"feb", u"mar", u"apr", u"maj", u"jun", + u"jul", u"avg", u"sep", u"okt", u"nov", u"dec" + ) calendar = ( "", u" (julijanski)", u" (hebrejski)",