-
Notifications
You must be signed in to change notification settings - Fork 707
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
Update i18n.js #211
Update i18n.js #211
Conversation
Remove repeated comment in dialogs.py and replace with a single conci…
Add traditional chinese language
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good - just wondering if this is currently working with the missing comma.
}, | ||
other: { | ||
en: 'Other', | ||
zh: '其他' | ||
zh: '其他', | ||
zh_tw: '其它' | ||
}, | ||
}, | ||
button: { | ||
// For the usage of interface.js_createSubSectionInAdvanced | ||
browseForFile: { | ||
en: 'Browse for File', | ||
zh: '浏览文件' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need a comma here - does this work for you?
@ystartgo do you mind fixing the comma so I can merge your PR? Otherwise, I can copy this out into a new commit. |
Changes were originally from #211 however the creator of the PR has not responded so I have manually added the changes after fixing them myself.
I have manually put this in develop now (due to no changes being made) |
This feature has been released in v2.12.0 |
Add traditional chinese language