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
I think implicitly finding nl_BQ for und_BQ would be unexpected behavior.
If you have an und_XX locale, you can use get_territory_language_info() to find which language(s) are spoken in XX, and figure out which one is relevant for your users:
Overview Description
Steps to Reproduce
und_BQ
Actual Results
This causes an error
babel.core.UnknownLocaleError: unknown locale 'und_BQ'
Expected Results
I would expect this to succeed and use the only matching locale,
nl_BQ
, instead when formatting datesReproducibility
Additional Information
The text was updated successfully, but these errors were encountered: