You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This iteration we added support for localization of package.json strings of extensions in vscode.dev. Just to say it one more time... Only Core strings and package.json strings. Not strings from extensions TS code.
So this means that like... Commands & Settings contributed by extensions should be translated. Dynamic things like notifications won't be.
Refs: #82595
Complexity: 2
Create Issue
This iteration we added support for localization of package.json strings of extensions in vscode.dev. Just to say it one more time... Only Core strings and package.json strings. Not strings from extensions TS code.
So this means that like... Commands & Settings contributed by extensions should be translated. Dynamic things like notifications won't be.
To try it, simply set your browser to a different language and go to https://insiders.vscode.dev
All the builtin extensions should be translated. Here are some marketplace extensions that have localized strings in their manifest:
NOTE: be sure to try at least 1 built-in extension and 1 marketplace extension
NOTE: we only support the languages listed in the vscode-loc repo
Try:
de-ch
(Swiss German) when we only have ade
(German) language pack)Configure Display Language
You should see most things localized. Keep in mind that if something isn't localized it's likely because:
If you feel confident something should be translated or have feedback on a particular string translation? Open that in https://github.com/microsoft/vscode-loc
The text was updated successfully, but these errors were encountered: