From fdb05cdf30f59b81804942f0a65b408344913d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 11 Sep 2023 18:10:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20`i18n-ally`=20=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E7=BF=BB=E8=AF=91=E6=8F=92=E4=BB=B6=E4=B8=8D=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 225c59a..35433a8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" + ], }