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

Launch menu should match in english also. Or how to disable i18n? #5289

Closed
mattn opened this issue Apr 15, 2016 · 4 comments
Closed

Launch menu should match in english also. Or how to disable i18n? #5289

mattn opened this issue Apr 15, 2016 · 4 comments

Comments

@mattn
Copy link

mattn commented Apr 15, 2016

  • VSCode Version: 1.0.0
  • OS Version: Windows7 64bit

Steps to Reproduce:

  1. type CTRL-SHIFT-P
  2. type install ext

Before 1.0.0, we can get installation of extensions with typing install ext, but latest are not because install extension is translated to 拡張機能 in japanese.

efa2b5478a55e89c

dbbf89b814f02335

:(

I'm happy if the launch menu have match with install ext also.

@vvakame
Copy link

vvakame commented Apr 15, 2016

@mattn

  1. type CTRL-SHIFT-P
  2. choose 言語を構成する
  3. apply below settings
{
    // Defines VSCode's display language.
    // See http://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.
    // Changing the value requires to restart VSCode.
    "locale":"en-US"
}

@wyntau
Copy link

wyntau commented Apr 15, 2016

All commands should not be translated to locale specific commands.

And they should only be English

same #5290

@mysticatea
Copy link

FYI: duplicate of #4679, #4691, and #4696

@mattn
Copy link
Author

mattn commented Apr 15, 2016

All commands should not be translated to locale specific commands.

I don't mind that is translated in japanese but have trouble with matching with english. I don't have strong optinion.

@mattn mattn closed this as completed Apr 15, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants