-
Notifications
You must be signed in to change notification settings - Fork 452
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
Standardized locale names #775
Conversation
Merged, thanks. I'd suggest that we consider removing some of the cases where the language name is mentioned in order to decrease the maintenance on this kind of thing, in cases where the language name doesn't really add anything useful -- the comments at the top of the files come to mind. |
Thanks for merging. I think this was rather a one-time operation, also no manual editing involved when checking/fixing. Having the language name in the file (comment) can be helpful. But I have no strong feelings about it. |
I suspect we're going to continue getting new translation contributions that need this correction too -- but as long as they get corrected on the way in, we'll stay consistent. No strong feelings either so let's leave it as is for now. |
All locales (translations) are now named in their language. Following https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes.
This also addresses #765.