From e43e4eaeeddf1a30bd6c1ff8033856c0c7054398 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Mon, 8 Apr 2024 21:09:17 +0800 Subject: [PATCH] fix: vscode setting --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b3c61c4..d65a14b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -66,7 +66,8 @@ "yaml", "toml" ], - "i18n-ally.displayLanguage": "zhCN", + "i18n-ally.sourceLanguage": "zh_CN", + "i18n-ally.displayLanguage": "zh_CN", "i18n-ally.enabledFrameworks": ["vue"], "i18n-ally.editor.preferEditor": true, "i18n-ally.keystyle": "nested",