Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.23 KB

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"
    }
  }