fix: resolve JSON syntax error in i18n locale files

Fixed missing closing braces in the error object of both en.json and zh.json locale files that caused Vite parse errors. The envManager.error object was not properly closed, causing the subsequent skills object to be parsed incorrectly.
This commit is contained in:
Jason
2025-11-19 08:52:26 +08:00
parent 5ff689af82
commit 0ae9ed5a17
2 changed files with 4 additions and 0 deletions

View File

@@ -645,6 +645,8 @@
},
"error": {
"noSelection": "Please select environment variables to delete"
}
},
"skills": {
"manage": "Skills",
"title": "Claude Skills Management",

View File

@@ -645,6 +645,8 @@
},
"error": {
"noSelection": "请选择要删除的环境变量"
}
},
"skills": {
"manage": "Skills",
"title": "Claude Skills 管理",