3333: Update for the Croatian DateHandler
svn: r13514
This commit is contained in:
parent
7fcdd0fb67
commit
e44a7cc8e2
@ -203,13 +203,16 @@ class DateDisplayHR(DateDisplay):
|
|||||||
"""
|
"""
|
||||||
Croatian language date display class.
|
Croatian language date display class.
|
||||||
"""
|
"""
|
||||||
# TODO: Translate these month strings:
|
long_months = ("",
|
||||||
long_months = ( u"", u"January", u"February", u"March", u"April", u"May",
|
u"januara", u"februara", u"marta", u"aprila",
|
||||||
u"June", u"July", u"August", u"September", u"October",
|
u"maja", u"juna", u"jula", u"avgusta",
|
||||||
u"November", u"December" )
|
u"septembra", u"oktobra", u"novembra", u"decembra"
|
||||||
|
)
|
||||||
|
|
||||||
short_months = ( u"", u"Jan", u"Feb", u"Mar", u"Apr", u"May", u"Jun",
|
short_months = ("",
|
||||||
u"Jul", u"Aug", u"Sep", u"Oct", u"Nov", u"Dec" )
|
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 = (
|
calendar = (
|
||||||
"", u" (julijanski)", u" (hebrejski)",
|
"", u" (julijanski)", u" (hebrejski)",
|
||||||
|
Loading…
Reference in New Issue
Block a user