fix: menu support i18n

This commit is contained in:
dap
2024-10-11 21:20:23 +08:00
parent fbbb023971
commit 113c2d60b5
4 changed files with 14 additions and 3 deletions

View File

@@ -84,6 +84,7 @@
}
},
"menu": {
"root": "Root",
"system": {
"root": "System",
"user": "User",

View File

@@ -84,6 +84,7 @@
}
},
"menu": {
"root": "根目录",
"system": {
"root": "系统管理",
"user": "用户管理",