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 don't think we do any handling of the locales that are passed in that would make this case insensitive, so changing the capitalization could be breaking. You'd probably need both capitalizations.
likeavirgil
added a commit
to likeavirgil/polyglot.js
that referenced
this issue
Jun 29, 2021
index.js, line 102:
french: ['fr', 'tl', 'pt-br'],
Should be:
french: ['fr', 'tl', 'pt-BR'],
The text was updated successfully, but these errors were encountered: