-
Notifications
You must be signed in to change notification settings - Fork 88
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
Chinese localization #691
Chinese localization #691
Conversation
sorry, I screwed up the branch by using rebase when I should use merge. |
rename locale directory to zh and recopy json files to include sectionkey field
oh, right now only 2 character code is supported, so I changed it to zh for now |
I know the docs said it needs a 2-character code, but is that actually true? Does the implementation check the length of the locale code anywhere? |
yeah, in initLanguageFiles, it extracts the first 2 characters |
…chinese_localization
…chinese_localization
I hate to close this, but our strategy for localization has changed pretty radically. On the plus side, future localizations should be much easier. |
Related to #690.