Ticket #2269 (closed defect: fixed)

Opened 23 months ago

Last modified 21 months ago

japanese calendar should start on sunday

Reported by: bill Owned by: peller
Priority: normal Milestone: 0.9
Component: Internationalization Version: 0.4.1
Severity: normal Keywords:
Cc:

Description (last modified by bill) (diff)

See test_D

Change History

Changed 23 months ago by peller

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.

Changed 23 months ago by bill

  • 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)

Changed 21 months ago by peller

  • status changed from new to closed
  • resolution set to fixed

(In [7461]) Fixes #2269

Note: See TracTickets for help on using tickets.