-
-
Notifications
You must be signed in to change notification settings - Fork 923
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
en_IND should be an alias for en_IN in v8 #1454
Comments
@matthewmayer Do you have any insight about how to accomplish this? |
I think we can just add an Lines 53 to 60 in 0f9b0c6
But to be fully backward compatible, we also need to allow the old locale in the |
@Shinigami92 We cannot do that there, because the import has changed. And in v8 we will stop changing/addressing locales via their names/keys. |
We could "add" the
Since JS files are simply executed on import, the |
Pre-Checks
Describe the bug
#1354 was fixed in #1448 where the en_IND locale was renamed to en_IN
However to avoid an unnecessary breaking change, in v8 en_IND should be kept as an alias for en_IN, emitting a warning if used, and only completely removed in v9
Minimal reproduction code
No response
Additional Context
No response
Environment Info
Which module system do you use?
Used Package Manager
npm
The text was updated successfully, but these errors were encountered: