I want to translate VSCode plug-in into Japanese

Asked 1 years ago, Updated 1 years ago, 48 views

I am developing it with VSCode, but I couldn't translate plug-ins such as Docker plug-ins into Japanese.
If you hover your cursor over Docker's code, the explanation will appear in English, so I think it will be very easy to use and learn in Japanese, but is it possible to translate plug-ins into Japanese in the first place?

vscode

2022-09-30 20:13

1 Answers

First of all, VSCode extensions are officially maintained by VSCode, while others are created by the user, and the situation varies depending on the extensions.

In addition, when asked if it can be translated into Japanese, the answer is "if the extension is compatible."Make sure that each extension is localized.

Some enhancements allow display to be in Japanese by configuring Display Language.Select "Configure Display Language" from the command palette and select ja.If not, look for Japanese in "Install additional languages..."Language Pack to provide Japanese UI is provided as an extension: https://marketplace.visualstudio.com/items?itemName=MS-CEINTL.vscode-language-pack-ja

For more information, see the VSCode documentation: https://code.visualstudio.com/docs/getstarted/locales


2022-09-30 20:13

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.