settings.json 316 B

12345678910111213
  1. {
  2. "i18n-ally.localesPaths": [
  3. "src/locales"
  4. ],
  5. "vue-i18n.i18nPaths": "src/locales",
  6. "i18n-ally.displayLanguage": "zh-CN",
  7. "i18n-ally.editor.preferEditor": true,
  8. "i18n-ally.fullReloadOnChanged": true,
  9. "i18n-ally.localeCountryMap": {
  10. },
  11. "i18n-ally.keystyle": "nested"
  12. }