From 4076d408a071d749a03ca4286d54532f568e9527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kuidi=E2=80=AE=E2=80=AE?= Date: Wed, 17 Jul 2024 14:36:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=20.vscode/settings.?= =?UTF-8?q?json=20=E6=96=87=E4=BB=B6,=20=E4=BD=BF=E5=BE=97=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E6=8F=92=E4=BB=B6=20i18n=20ally=20=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=AD=A3=E5=B8=B8=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .vscode/settings.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 624876e9..7bbff8c7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ node_modules dist dist-ssr *.local -.vscode +# .vscode .idea diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..b255b0e2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "i18n-ally.enabledParsers": [ + "ts" + ], + "i18n-ally.displayLanguage": "zh", + "i18n-ally.localesPaths": [ + "src/i18n" + ] +} \ No newline at end of file