fix: 国际化文件不排序

This commit is contained in:
caiyuchao
2025-05-20 15:19:02 +08:00
parent 05b46b9592
commit 403eb9181c
5 changed files with 112 additions and 110 deletions

View File

@@ -100,7 +100,7 @@
"**/.stylelintcache": true,
"**/.DS_Store": true,
"**/vite.config.mts.*": true,
"**/tea.yaml": true,
"**/tea.yaml": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
@@ -110,7 +110,7 @@
"**/tmp/**": true,
"**/bower_components/**": true,
"**/dist/**": true,
"**/yarn.lock": true,
"**/yarn.lock": true
},
"typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],
@@ -206,9 +206,9 @@
"i18n-ally.enabledParsers": ["json"],
"i18n-ally.sourceLanguage": "en",
"i18n-ally.displayLanguage": "zh-CN",
"i18n-ally.enabledFrameworks": ["vue", "react"],
"i18n-ally.enabledFrameworks": ["vue", "general"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"i18n-ally.sortKeys": false,
"i18n-ally.namespace": true,
// 控制相关文件嵌套展示