Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>i18n Ally JsNew to Visual Studio Code? Get it now.
i18n Ally Js

i18n Ally Js

kkopite

|
744 installs
| (0) | Free
🌍 All in one i18n extension for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

i18n Ally js

Add support for JS format to write

Please refer to documentation of i18n Ally (https://github.com/antfu/i18n-ally)

Attention

Since we don't have a proper way to track back where the messages are defined in js/ts, so if you want use this plugin, your js file must be in the following format, otherwise something will go wrong

export default {
  name: 'kkopite',
  home: {
    model: 'model'
  },
  '404': '404'
}

Configurations

Field Default Description
singleQuotes true Set to false to get double-quoted strings when write js format
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft