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

naive-i18n

BohaoWang

|
68 installs
| (0) | Free
add hover texts to your i18n words
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

naive-i18n README

Creative Commons GitHub Visual Studio Marketplace

Add hover texts to your i18n words.

naive-i18n

Getting Started

run n18n: setup command (F1) to set the file location of your i18n words.

I18n words file Examples

JSON

JSON format is recommended:

{
  "s20001": "hello",
  "s20002": "我是蓝猫"
}

JS (experimental)

We also support js file which export a default object.

// some logic

export default {
  "s20001": "hello",
  "s20002": "我是蓝猫"
}

Extension Settings

This extension contributes the following settings:

  • n18n.location: i18n file location

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

License

This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

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