chore: i18n构建配置

This commit is contained in:
digua
2026-02-11 20:25:55 +08:00
committed by digua
parent f3ba043140
commit d4f5c58f90
5 changed files with 12 additions and 474 deletions

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

@@ -0,0 +1,7 @@
{
"i18n-ally.localesPaths": ["src/i18n/locales"],
"i18n-ally.keystyle": "nested",
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.json",
"i18n-ally.sourceLanguage": "zh-CN"
}