From c05fbd7fdc6cda94b768b01758126fe20222a356 Mon Sep 17 00:00:00 2001 From: xingyu Date: Wed, 21 Jun 2023 11:10:15 +0800 Subject: [PATCH] fix: locales --- .vscode/settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index eaeb0f72..469e4017 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -93,11 +93,10 @@ "source.fixAll.stylelint": true } }, - "i18n-ally.localesPaths": ["src/locales/lang"], + "i18n-ally.localesPaths": ["src/locales"], "i18n-ally.keystyle": "nested", "i18n-ally.sortKeys": true, "i18n-ally.namespace": true, - "i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}", "i18n-ally.enabledParsers": ["ts"], "i18n-ally.sourceLanguage": "en", "i18n-ally.displayLanguage": "zh-CN",