Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-i18n-toolNew to Visual Studio Code? Get it now.

vscode-i18n-tool

ybf

|
6 installs
| (0) | Free
vscode-i18n-tool
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-i18n README

#i18n本地转换插件

支持配置

在vscode用户配置中设置语言包的路径

{
    "vscodeI18nTool.baseLangPath": "相对工作区的相对路径"
}

在 根目录 中设置语言包的路径

跟目录添加 vue.i18n.config.js 配置文件

module.exports = {
    "baseLangPath": "相对工作区的相对路径"
}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft