From 328e0936127f139efcf8d840bdfc4e6d73f4570d Mon Sep 17 00:00:00 2001 From: zimo493 <2081182432@qq.com> Date: Thu, 4 Sep 2025 20:39:38 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20:recycle:=20(.vscode/settings.json)?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=20`i18n-ally`=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改 localesPaths 为 "src/lang/package" --- .vscode/settings.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e655d767..302ead28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -63,19 +63,9 @@ "**/dist/**": true, "**/yarn.lock": true }, - "i18n-ally.keystyle": "nested", - "i18n-ally.sortKeys": true, - "i18n-ally.namespace": false, - "i18n-ally.pathMatcher": "{namespaces}/{locale}.{ext}", - "i18n-ally.enabledParsers": ["ts"], - "i18n-ally.sourceLanguage": "en", - "i18n-ally.displayLanguage": "zh-CN", - "i18n-ally.enabledFrameworks": [ - "vue", - "react" - ], "i18n-ally.localesPaths": [ - "src/lang" + "src/lang/package" ], - "scss.lint.unknownAtRules": "ignore" + "scss.lint.unknownAtRules": "ignore", + "i18n-ally.keystyle": "nested" }