Skip to content
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

Test localized Core strings in insiders.vscode.dev #150577

Closed
2 tasks done
TylerLeonhardt opened this issue May 27, 2022 · 3 comments
Closed
2 tasks done

Test localized Core strings in insiders.vscode.dev #150577

TylerLeonhardt opened this issue May 27, 2022 · 3 comments

Comments

@TylerLeonhardt
Copy link
Member

TylerLeonhardt commented May 27, 2022

Refs: #150578

Complexity: 2

Create Issue


This iteration we added support for localization of Core strings (not extensions) in vscode.dev. Just to say it one more time... Only Core strings for now. Not strings from extensions ... even if they're built-in extensions.

To try it, simply set your browser to a different language and go to https://insiders.vscode.dev

NOTE: we only support the languages listed in the vscode-loc repo

Try:

  • Setting a supported language
  • Setting a more specific supported language (so like de-ch (Swiss German) when we only have a de (German) language pack)
  • Setting a language not supported (should default to English)

You should see most things localized. Keep in mind that if something isn't localized it's likely because:

  • It comes from an extension
  • It's a new string that hasn't been through the localization pipeline yet

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

@tanhakabir
Copy link
Contributor

Am I expected to change my system language to reflect in browser or get a language pack?
image

@TylerLeonhardt
Copy link
Member Author

TylerLeonhardt commented May 31, 2022

@tanhakabir you should set the language in your browser settings. So for Edge you go here:
image

And then reload your vscode.dev tab

Web will not use Language Packs (directly)

@bamurtaugh
Copy link
Member

This is really neat to see, thanks @TylerLeonhardt!

@bamurtaugh bamurtaugh removed their assignment May 31, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Jul 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants