Vscode: Launch menu should match in english also. Or how to disable i18n?

Created on 15 Apr 2016  ·  4Comments  ·  Source: microsoft/vscode

  • 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.

Most helpful comment

All commands should not be translated to locale specific commands.

And they should only be English

same #5290

All 4 comments

@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"
}

All commands should not be translated to locale specific commands.

And they should only be English

same #5290

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

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VitorLuizC picture VitorLuizC  ·  3Comments

shanalikhan picture shanalikhan  ·  3Comments

borekb picture borekb  ·  3Comments

mrkiley picture mrkiley  ·  3Comments

chrisdias picture chrisdias  ·  3Comments