feat: 本地化扩展

This commit is contained in:
2026-07-30 21:25:36 +08:00
parent f113c979a2
commit 62e05968b7
7 changed files with 270 additions and 82 deletions
@@ -6,7 +6,13 @@
"excludeFiles": [
"**/*~/*"
],
"localisation": {},
"localisation": {
"en": {},
"ja-JP": {},
"ru": {},
"es": {},
"pt-BR": {}
},
"baseLanguage": "zh-Hans",
"compilerOptions": {}
}
}