[Webkit-unassigned] [Bug 93083] New: [Chromium-win] Use the default locale only if the browser locale matches to it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 03:09:06 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93083

           Summary: [Chromium-win] Use the default locale only if the
                    browser locale matches to it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: morrita at google.com


http://code.google.com/p/chromium/issues/detail?id=139337

For a calendar picker, we have used month names and day-of-week names obtained from the OS default locale. However, the year-month format and [Today] [Clear] labels are decided with the browser locale.

So, if the OS default locale is en-US and the browser locale is ja-JP,
  - Month names and DOW names are English
  - [Today] [Clear] labels are Japanese, and year-month format is for ja-JP.
    The calendar picker shows '2012年 August' (OOPS!)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list