From fbf4cc430d3300f35a948109cf3cd6d17a6099a6 Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 16 Jan 2024 01:37:58 +0800 Subject: [PATCH] fix(projects): fix i18n vscode settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index e586c306e..f65dd72cc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,7 +11,7 @@ "i18n-ally.enabledFrameworks": ["vue"], "i18n-ally.editor.preferEditor": true, "i18n-ally.keystyle": "nested", - "i18n-ally.localesPaths": ["src/locales/lang"], + "i18n-ally.localesPaths": ["src/locales/langs"], "prettier.enable": false, "unocss.root": ["./"] }