-
Notifications
You must be signed in to change notification settings - Fork 193
Implemented aliases #172
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
Implemented aliases #172
Conversation
|
I think that zhHans and other language specific flags are excess. |
|
Are such cases really common? |
|
Yeah, I see your point. My reasoning was that big standardisation projects like IANA and CLDR have recommended to use Brazilian Portuguese and Cyrillic Serbian as the default, and Chinese with scripts instead of country. So the way they're coded in our repo is non-standard, but it would be a breaking change to rename our files. Perhaps I could just provide suggestions in the README for what aliases to use if the user is interested in these cases? |
|
I think that suggestions in readme would be enough. |
|
Good job! 💪 |
Implemented aliases as per idea #168.