Skip to content

Commit

Permalink
add new plugin label handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Nov 4, 2024
1 parent 153e824 commit c10be20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/resources/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"information",
"tool",
"management",
"api"
"api",
"handler"
]
1 change: 1 addition & 0 deletions scripts/resources/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"label.tool": "Tool",
"label.management": "Management",
"label.api": "API",
"label.handler": "Handler",


"#dummy": "no comma this line"
Expand Down
1 change: 1 addition & 0 deletions scripts/resources/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"label.tool": "工具",
"label.management": "管理",
"label.api": "API",
"label.handler": "服务端处理器",

"#dummy": "no comma this line"
}

0 comments on commit c10be20

Please sign in to comment.