-
Notifications
You must be signed in to change notification settings - Fork 149
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
[feature] Add support for localization with vscode-loc installed. #755
Comments
The extension already supports localization as long as somebody provides the translations. There is already a |
So suppose that I want to add a "Traditional Chinese (Taiwan)" localization. All I need to do is:
Right? |
Pretty much - if you want to give it a go, I can package up a test version of the extension so you can try it out. |
In fact, I've already started to working on the
After completing the translations, all I need to do is to submit a PR to the upstream, right? |
I noticed that some translation entries in |
@Gruntfuggly - I've submitted a PR to add |
Feature Request
There is a VSCode Localization Extension provided by Microsoft, vscode-loc.
According to: microsoft/vscode-loc#894 (comment)
It seems that we should ask particular extensions to support its localization.
Can this extension support the localization with the vscode-loc installed?
The text was updated successfully, but these errors were encountered: