Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>iris i18nNew to Visual Studio Code? Get it now.
iris i18n

iris i18n

Preview

chekun

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

iris i18n vscode extension

How to use

  • Search "iris i18n" within vscode extensions panel

  • install extension

  • create and place config file .iris-i18n.json inside your iris project folder, put code in it. locale_path is the path relative to your project folder, display_language is the lang that display in the editor for preview.This file is the trigger for this extension to work.

    {
      "locale_path": "./locale",
      "display_language": "zh_CN"
    }
    
  • currently only supports json file with structure below

    locale_path/
      zh-CN/
        common.json
        error.json
      en-US/
        common.json
        error.json
    
  • workspaces are supported

  • demo screenshot

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft