Bug 5056 - Weekday alerts should be on Sundays in Hebrew version
: Weekday alerts should be on Sundays in Hebrew version
Status: RESOLVED WONTFIX
Product: Logitech Media Server
Classification: Unclassified
Component: Localization
: 6.5.2
: PC Windows XP
: P4 enhancement (vote)
: Future
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-05-14 22:30 UTC by Mickey Gee
Modified: 2008-11-06 08:00 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mickey Gee 2007-05-14 22:30:50 UTC
Weekdays start on Sunday, not Monday in Israel. Which screen is this on?

Issue found by translators testing Hebrew version of SlimServer. Using either May 12 or May 13 2007 version.

Michael H suggested deferring to post-6.5.2. Reassign to Michael H.

No screenshot.
Comment 1 KDF 2007-05-14 22:33:28 UTC
I suggest that some people should be capable of bending on some issues.  this isn't as simple as it looks. We could change the strings, but the index is based on unix time functions. Does the locale setting alter this index?
Comment 2 KDF 2007-05-19 15:15:49 UTC
If this is a must have fix, then we may want to consider a different method for this.  Hebrew shouldn't be the selection mechanism given that Hebrew language choice isn't restricted to Israel alone. 

How about a checkbox for "start week on monday/start week on sunday"

By any chance, does the localtime function return a different value for day of week on Israel localised operating systems? 
This will also be important.
Comment 3 KDF 2007-11-22 12:20:34 UTC
Could this just be a strings issue? ALARM_DAY1 for EN is monday, but is it a simple case of using that as Sunday for Hebrew?  This will work as long as the localtime function on a hebrew system returns $wday=1 for sunday.  Of course, this depends on both the system AND language set as hebrew.  Using EN on a hebrew system or HE on a US English system will make things a lot more complicated, unless $wday is always 1 on Monday for every computer regardless of locale.
Comment 4 Michael Herger 2007-12-21 01:11:50 UTC
Moving post 7.0 - SC7.0 doesn't feature any updated Hebrew localization
Comment 5 Michael Herger 2008-11-06 08:00:00 UTC
We'll review the various UIs again once HE is officially supported.