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
currently, if you don't pass a second argument, it fails with invalid locale 'undefined', which means you have to look at the docs/source code to figure out what to do, while it's very likely you just want any locale.
setting the default locale to any shouldn't break any code, because if there's no second argument, it just fails.
Agree or disagree?
The text was updated successfully, but these errors were encountered:
currently, if you don't pass a second argument, it fails with
invalid locale 'undefined'
, which means you have to look at the docs/source code to figure out what to do, while it's very likely you just want any locale.setting the default locale to any shouldn't break any code, because if there's no second argument, it just fails.
Agree or disagree?
The text was updated successfully, but these errors were encountered: