Bug 15439 - Localize time format defaults depending on the system language
: Localize time format defaults depending on the system language
Status: RESOLVED FIXED
Product: SqueezePlay
Classification: Unclassified
Component: Setup
: 7.5.x
: Macintosh MacOS X 10.4
: P1 enhancement with 1 vote (vote)
: 7.6.0
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-09 03:43 UTC by Kuno
Modified: 2011-07-14 00:15 UTC (History)
3 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kuno 2010-01-09 03:43:01 UTC
the defalut time system information could be language dependent.
e.g. it is 'common' to have a 24h time system in germany and switzerland.
so when changing the language during initial setup to a language like german the time system could be automatically changed to the 24h system.
Comment 1 Michael Herger 2010-01-10 23:34:36 UTC
Hah... Wanted to report this today, as it's driving me crazy every time I factory reset a device. IMHO it should be 24h for all but English. We already have that kind of translation table in SBS.
Comment 2 Michael Herger 2010-02-11 22:18:43 UTC
I'll do this if nobody else cares... Localization is important.
Comment 3 Michael Herger 2010-05-11 22:37:50 UTC
Some notes to myself. Use a mix of language and squeezeos.getTimezone() to set:

- 12 vs. 24h: http://en.wikipedia.org/wiki/12-hour_clock#Use_by_country, US only should default to 12h
- date/time formats: use SBS default values as reference
- start of week (not used anywhere?)

Ben - the only reference to weekstart I find is in the radial clock saver. Is that code still being used? I'd rather remove that item, as imho it's confusing.
Comment 4 SVN Bot 2010-05-12 05:47:03 UTC
 == Auto-comment from SVN commit #8768 to the jive repo by mherger ==
 == http://svn.slimdevices.com/jive?view=revision&revision=8768 ==

Bug: 15439
Description: set reasonable localized defaults for date/time formats, based on language and timezone information
Comment 5 Michael Herger 2010-05-12 06:22:49 UTC
closing after successful test on Touch/Radio
Comment 6 Chris Owens 2010-05-27 15:23:21 UTC
Even though this is already fixed, I'm changing the importance in case it gets un-fixed somehow.
Comment 7 Chris Owens 2010-05-27 15:27:40 UTC
*** Bug 14706 has been marked as a duplicate of this bug. ***
Comment 8 Kuno 2011-07-13 10:51:36 UTC
just 'unintentionally' factory reset a SB radio and still the same behavior. I set it to language German but the time remains in 12h and the week still starts on sunday (firmare 7.5.4 r9408)
Comment 9 SVN Bot 2011-07-14 00:15:14 UTC
 == Auto-comment from SVN commit #9454 to the jive repo by mherger ==
 == http://svn.slimdevices.com/jive?view=revision&revision=9454 ==

Fixed Bug: 15439
Description: pcall's parameter must be a function

Kuno - this indeed was broken again. But please not that it only had been implemented in 7.6 firmware, not in 7.5.x. What you've seen in 7.5.4 wasn't the regression, even though this regressed ;-)