From e5defb8adfc38e30a46ae597c60cd721e94f64f3 Mon Sep 17 00:00:00 2001 From: cfngc4594 Date: Sat, 19 Apr 2025 12:59:42 +0800 Subject: [PATCH] fix(vscode): remove src/i18n from i18n-ally.localesPaths and set keystyle to nested --- .vscode/settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b0db98e..c99754e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "i18n-ally.localesPaths": [ - "messages", - "src/i18n" - ] + "messages" + ], + "i18n-ally.keystyle": "nested" } \ No newline at end of file