Pre Merge pull request !241 from SublimeCT/dev

This commit is contained in:
SublimeCT 2024-08-06 13:09:11 +00:00 committed by Gitee
commit 21293e8abf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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"
]
}