-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IBX-8502: Added unsupported locale fallback #171
Conversation
Notes:
|
@reithor any progress on that? |
@dew326 - missed message from @GrabowskiM , will take care of that now. |
@dew326 this needs also approval from one maintainer ? @alongosz or @konradoboza ? |
I'm the maintainer of this package as well. We are good. You can pass it to QA. |
f112c1a
to
3591606
Compare
Quality Gate passedIssues Measures |
Issue seems to come from the fact that
Intl
does not support 3 letter region subtags:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
PR adds a fallback to
eng-GB
for locales not supported byIntl
.