Skip to content

hunghg255/i18n-preview

Repository files navigation

logo

A vscode extension preview locales

Contributors License

Preview

preview

Features

  • Inline display corresponding locale
  • Hover

Config .vscode/settings.json

// reload
 "i18n-preview.watchFile": true,

  "i18n-preview.annotations": true,
 "i18n-preview.localeDirectoryPath": {
    "en": {
      "common": "./public/locales/en/common.json"
    },
    "vi": {
      "common": "./public/locales/vi/common.json"
    }
  }