[Webkit-unassigned] [Bug 197213] [INTL] en-NZ locale defaults to en-US locale instead of using en-NZ

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 20:18:14 PDT 2019


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andy at vanwagoner.family,
                   |                            |ap at webkit.org,
                   |                            |beidson at apple.com,
                   |                            |fpizlo at apple.com,
                   |                            |keith_miller at apple.com,
                   |                            |thorton at apple.com,
                   |                            |ysuzuki at apple.com

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
I suspect that JavaScriptCore ends up using bundle localization for default locale, which actually feels correct - it's not great when browser UI and webpage content use different languages and formats. Safari happens to have "en", "en_AU" and "en_GB" localizations, but no "en_NZ".

> If en-NZ is not supported, then I would probably expect to default to en-AU, and failing that en-GB. Both of those locales are more similar to en-NZ than en-US is.

That's a good idea. Unlike the main issue reported here, such logic definitely wouldn't be in WebKit though, it would be in Foundation. WebKit relies on underlying system to resolve locales, so Foundation would need to decide that en_AU should be used instead of the default. Please feel welcome to file a bug for Apple to consider via https://bugreport.apple.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190427/ed5e3b4b/attachment-0001.html>


More information about the webkit-unassigned mailing list