-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
loadLanguages()
should work with aliases
#1427
Comments
We could limit the complexity a bit if we broke this into two steps:
I suggest this because I built something like step 1 into the babel plugin but it doesn't currently handle |
Also, I think implementing that logic would be easier if the aliases were keyed in |
You're very welcome to start a PR if you want 😉 |
The
loadLanguages()
function defined incomponents/index.js
should resolve aliases.The text was updated successfully, but these errors were encountered: