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