From b1a10ac7501dbce4259c0dd9834962cfea0fe07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 6 Jun 2022 21:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0i18n-ally=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5182994..8389b0e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -43,5 +43,18 @@ "no-debugger": "off" } } - } + }, + "i18n-ally.displayLanguage": "zh-cn", + "i18n-ally.enabledParsers": ["json", "js"], + "i18n-ally.localesPaths": [ + "src/i18n/lang", + "src/i18n/pages/menu", + "src/i18n/pages/login" + ], + "i18n-ally.extract.parsers.html": { + "attributes": ["text", "title", "alt", "placeholder", "label", "aria-label"], + "ignoredTags": ["script", "style"], + "vBind": true, + "inlineText": true + }, } \ No newline at end of file