Opened 14 years ago
Closed 14 years ago
#2269 closed defect (fixed)
japanese calendar should start on sunday
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Internationalization | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See test_D
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|
Sorry my description before was vague. I think you are right, about what the problem is.
I was on English OS but looking at test_DropdownDatePicker.html, where the "In Japanese" calendar starts on Monday. However the "ja-jp" locale in test_DatePicker.html is working correctly, displaying Sunday first.
On my Japanese machine, running IE7, navigator.userLanguage is "ja" and the problem occurs. (That machine might be weird though because I downloaded IE7 in English)
Note: See
TracTickets for help on using
tickets.
Bill -
Can you tell me what locale your browser is reporting?
navigator.language or navigator.userLanguage for IE
I think the problem is that the country is not specified (e.g. ja instead of ja-JP) I need to account for this.