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
The goal of this test plan item is to explore what a non-Microsoft user will have to go through to support localization in their extension. The prediction is that most extensions won't have an entire team of translators at the ready translating strings... and instead an extension will need to crowd source a lot of this.
I have added a sample to vscode-extension-samples that demonstrates how an extension might do this by introducing the main components of localization in the README and providing some localized strings checked in to the repo. I want you to:
Read the README to see if it makes sense (run any commands that it says to run)
Try adding new code to the extension/package.json that introduces more strings to translate. Try running the l10n-dev tooling to see that these get picked up.
You can run the extension in Japanese to get Japanese strings... or English for any other language
Resources
Don't speak another language? No problem. Use Pseudo Language! The language code is qps-ploc so you should be able to save a package.nls.qps-ploc.json and a bundle.l10n.qps-ploc.json and throw the strings through http://www.pseudolocalize.com/ to mimic speaking another language 😉
The text was updated successfully, but these errors were encountered:
Refs: #82595
Complexity: 4
Create Issue
Goals
The goal of this test plan item is to explore what a non-Microsoft user will have to go through to support localization in their extension. The prediction is that most extensions won't have an entire team of translators at the ready translating strings... and instead an extension will need to crowd source a lot of this.
I have added a sample to
vscode-extension-samples
that demonstrates how an extension might do this by introducing the main components of localization in the README and providing some localized strings checked in to the repo. I want you to:l10n-dev
tooling to see that these get picked up.Setup
In https://github.com/microsoft/vscode-extension-samples/tree/tyler/add-l10n-extension-sample I have added a new
l10n-sample
.l10n-sample
folder in vscode insidersResources
Don't speak another language? No problem. Use Pseudo Language! The language code is
qps-ploc
so you should be able to save apackage.nls.qps-ploc.json
and abundle.l10n.qps-ploc.json
and throw the strings through http://www.pseudolocalize.com/ to mimic speaking another language 😉The text was updated successfully, but these errors were encountered: