You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Fix invalid Unix locale to Flutter locale (BCP-47) mapping
Flutter locales use the BCP-47 format
(https://www.rfc-editor.org/rfc/bcp/bcp47.txt), and Unix locales use a POSIX
format. There is not a perfect mapping between them, see
https://wiki.openoffice.org/wiki/LocaleMapping
The current implementation is not correctly setting the appropriate optional
fields, so remove that.
There are likely some Unix locales that should set these fields, but these are
best fixed by adding special cases for them as they are discovered.
Fixes: flutter/flutter#111341
0 commit comments