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:
@@ -645,6 +645,8 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"noSelection": "Please select environment variables to delete"
|
"noSelection": "Please select environment variables to delete"
|
||||||
|
}
|
||||||
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
"manage": "Skills",
|
"manage": "Skills",
|
||||||
"title": "Claude Skills Management",
|
"title": "Claude Skills Management",
|
||||||
|
|||||||
@@ -645,6 +645,8 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"noSelection": "请选择要删除的环境变量"
|
"noSelection": "请选择要删除的环境变量"
|
||||||
|
}
|
||||||
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
"manage": "Skills",
|
"manage": "Skills",
|
||||||
"title": "Claude Skills 管理",
|
"title": "Claude Skills 管理",
|
||||||
|
|||||||
Reference in New Issue
Block a user