chore: 增加 .vscode/settings.json 文件, 使得多语言插件 i18n ally

可以正常工作
This commit is contained in:
kuidi‮‮ 2024-07-17 14:36:15 +08:00
parent f603aef022
commit 4076d408a0
2 changed files with 10 additions and 1 deletions

2
.gitignore vendored
View File

@ -3,5 +3,5 @@ node_modules
dist
dist-ssr
*.local
.vscode
# .vscode
.idea

9
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,9 @@
{
"i18n-ally.enabledParsers": [
"ts"
],
"i18n-ally.displayLanguage": "zh",
"i18n-ally.localesPaths": [
"src/i18n"
]
}