From c1c27b3ebff00cf41a04aa03e0b58c288968bf74 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Wed, 28 Oct 2009 07:34:37 +0000 Subject: [PATCH] Update of strings as requested. svn: r13437 --- src/DateHandler/_Date_sv.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/DateHandler/_Date_sv.py b/src/DateHandler/_Date_sv.py index d156cb6cf..f7ed92799 100644 --- a/src/DateHandler/_Date_sv.py +++ b/src/DateHandler/_Date_sv.py @@ -111,13 +111,12 @@ class DateDisplaySv(DateDisplay): """ Swedish language date display class. """ - # TODO: Translate these month strings: - long_months = ( u"January", u"February", u"March", u"April", u"May", - u"June", u"July", u"August", u"September", u"October", + long_months = ( u"Januari", u"Februari", u"Mars", u"April", u"Maj", + u"Juni", u"Juli", u"Augusti", u"September", u"Oktober", 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"Jan", u"Feb", u"Mar", u"Apr", u"Maj", u"Jun", u"Jul", + u"Aug", u"Sep", u"Okt", u"Nov", u"Dec" ) formats = ( u"YYYY-MM-DD (ISO)",