-
Notifications
You must be signed in to change notification settings - Fork 35.2k
Closed
Labels
Milestone
Description
Assignees:
- Windows @alexandrudima, @egamma
- OS X @waderyan
- Linux @aeschli
Items:
Please note that minor parts of the product are still not translated. We have in total 136 untranslated strings. If a strings shows up in the user interface untranslated and you want to check if the strings is correctly externalized start in locale=pseudo and check if the string is enclosed in [ ] and has doubled vowels.
- Start VSCode from the command line and pass the --locale argument. Test the following values and ensure that the UI is at least partly localized: de, es, fr, it, ja, ko, ru, zh-cn, zh-tw.
- Test that language reduction works. Start code with --locale=de-DE and ensure that you get a German user interface
- Test that VSCode picks up your OS setting. So switch the OS to one of the above locales and start VSCOde WITHOUT the locale parameter. Ensure that the user interface is rendered in the correct language.