fix: 🐛 `i18n-ally` 国际化翻译插件不提示问题修复

This commit is contained in:
郝先瑞 2023-09-11 18:10:39 +08:00
parent ed0793c962
commit fdb05cdf30
1 changed files with 8 additions and 3 deletions

11
.vscode/settings.json vendored
View File

@ -60,13 +60,18 @@
"**/dist/**": true,
"**/yarn.lock": true
},
"i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.namespace": true,
"i18n-ally.namespace": false,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"],
"i18n-ally.enabledFrameworks": [
"vue",
"react"
],
"i18n-ally.localesPaths": [
"src/lang"
],
}