Localization
October 11, 2022 ยท View on GitHub
If you want to help translate this extension, please follow these simple instructions
- Clone this repository
- Install with
npm install - Find out the target VSCode's locale code for your translation.
- Add the selected locale code to the
availableLangsarray insrc/locale/types/lang.ts - Create a folder with the selected locale code as the name in
src/locale/languages - Use the available
new-language-template.jsonfile insrc/locale/languageas your base file.
Testing your translation
To test your translation, run npm run compile to generate the package.nls.json files, and test by running the Run Extension task in the Run and Debug VSCode tab.