View Issue Details

IDProjectCategoryView StatusLast Update
0001541SOGoWeb Preferencespublic2011-12-30 15:09
Reporterjanfrode Assigned Toludovic  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.3.12 
Summary0001541: dateformats for norwegian locales
Description

In the files UI/MainUI/NorwegianBokmal.lproj/Locale and UI/MainUI/NorwegianNynorsk.lproj/Locale,
the following section has the same values in both files. There are a couple of bugs here, one is that the NSShortTimeDateFormatString contains two % signs at the start. The second bug, is that these are US centric values, and not what is commonly used in Norway. (month day in US, versus day month in Norway)

In sogo 1.3.11 these are the values for these settings :
NSShortDateFormatString = "%m.%d.%Y";
NSShortTimeDateFormatString = "%%m.%d.%Y %H:%M";

The proposal is to use these settings
In sogo 1.3.11 these are the values for these settings :
NSShortDateFormatString = "%d.%m.%Y";
NSShortTimeDateFormatString = "%d.%m.%Y %H:%M";

Also "May" should be spelled "Mai" in NSMonthNameArray and NSShortMonthNameArray.

TagsNo tags attached.

Activities

janfrode

janfrode

2011-12-13 08:41

reporter   ~0003153

Also the date formats needs a trailing dot on the %e:

NSDateFormatString = "%A %e. %B %Y";
NSTimeDateFormatString = "%A %e. %B %Y %H:%M:%S %Z";

ludovic

ludovic

2011-12-30 15:09

administrator   ~0003221

http://mtn.inverse.ca/revision/diff/57c10d31c6098096fecd1a8325950d007a357271/with/0b1c93d1d141650c6567513a3f7a175ca4d27623

Issue History

Date Modified Username Field Change
2011-12-13 08:22 janfrode New Issue
2011-12-13 08:41 janfrode Note Added: 0003153
2011-12-30 15:09 ludovic Note Added: 0003221
2011-12-30 15:09 ludovic Status new => resolved
2011-12-30 15:09 ludovic Fixed in Version => 1.3.12
2011-12-30 15:09 ludovic Resolution open => fixed
2011-12-30 15:09 ludovic Assigned To => ludovic
2011-12-30 15:09 ludovic Status resolved => closed