Revised _Date_nb.py according to Brian's changes in revision 13442
svn: r13443
This commit is contained in:
parent
77847d37ba
commit
ea35e9b5e7
@ -105,13 +105,13 @@ class DateDisplayNb(DateDisplay):
|
||||
"""
|
||||
Norwegian 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"", u"januar", u"februar", u"mars", u"april", u"mai",
|
||||
u"juni", u"juli", u"august", u"september", u"oktober",
|
||||
u"november", u"desember" )
|
||||
|
||||
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"", u"jan", u"feb", u"mar", u"apr", u"mai", u"jun",
|
||||
u"jul", u"aug", u"sep", u"okt", u"nov", u"des" )
|
||||
|
||||
formats = (
|
||||
u"ÅÅÅÅ-MM-DD (ISO)",
|
||||
|
Loading…
Reference in New Issue
Block a user