From ea35e9b5e719d6568d6d8417928fea6f013ac420 Mon Sep 17 00:00:00 2001 From: Espen Berg Date: Wed, 28 Oct 2009 13:02:30 +0000 Subject: [PATCH] Revised _Date_nb.py according to Brian's changes in revision 13442 svn: r13443 --- src/DateHandler/_Date_nb.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/DateHandler/_Date_nb.py b/src/DateHandler/_Date_nb.py index 55e54f38c..7ebd0b04c 100644 --- a/src/DateHandler/_Date_nb.py +++ b/src/DateHandler/_Date_nb.py @@ -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)",