Browse Source

fix: locales

(cherry picked from commit c05fbd7fdc6cda94b768b01758126fe20222a356)
xingyu 2 years ago
parent
commit
bc6bd1d8ab
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .vscode/settings.json

+ 1 - 2
.vscode/settings.json

@@ -93,11 +93,10 @@
       "source.fixAll.stylelint": true
     }
   },
-  "i18n-ally.localesPaths": ["src/locales/lang"],
+  "i18n-ally.localesPaths": ["src/locales"],
   "i18n-ally.keystyle": "nested",
   "i18n-ally.sortKeys": true,
   "i18n-ally.namespace": true,
-  "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
   "i18n-ally.enabledParsers": ["ts"],
   "i18n-ally.sourceLanguage": "en",
   "i18n-ally.displayLanguage": "zh-CN",