From 90dbc93466c38b84b90de99c22b665c994f824bd Mon Sep 17 00:00:00 2001 From: zjsy521 <116447324@qq.com> Date: Wed, 22 May 2024 15:36:20 +0000 Subject: [PATCH] =?UTF-8?q?update=20.vscode/settings.json.=20"i18n-ally.pa?= =?UTF-8?q?thMatcher":=20"{locale}/{namespaces}.{ext}"=E6=94=B9=E4=B8=BA"i?= =?UTF-8?q?18n-ally.pathMatcher":=20"{namespaces}/{locale}.{ext}"=EF=BC=8C?= =?UTF-8?q?namespaces=E5=8C=B9=E9=85=8D=E7=9A=84=E6=98=AF=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=EF=BC=8Clocale=E5=8C=B9=E9=85=8D=E7=9A=84?= =?UTF-8?q?=E6=98=AFen=E6=88=96zhcn=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zjsy521 <116447324@qq.com> --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 415819c6..ee6e57b4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,7 +66,8 @@ "i18n-ally.keystyle": "nested", "i18n-ally.sortKeys": true, "i18n-ally.namespace": false, - "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", + "i18n-ally.pathMatcher": "{namespaces}/{locale}.{ext}", + "i18n-ally.namespace": false, "i18n-ally.enabledParsers": ["ts"], "i18n-ally.sourceLanguage": "en", "i18n-ally.displayLanguage": "zh-CN", -- Gitee