| 
  
  A vscode extension preview locales
 
      Preview
    Features
Inline display corresponding localeHover 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"
    }
  }
 |  |