adjust translate

This commit is contained in:
杨黄林
2023-09-11 14:05:47 +08:00
parent 4f8583dfbe
commit 3528d6ed17
4 changed files with 6 additions and 3 deletions

View File

@@ -289,6 +289,7 @@ func (c *HandleController) MakeLangFunc() func(context *gin.Context) {
"now": ginI18n.MustGetMessage(context, "now"),
"Proxies": ginI18n.MustGetMessage(context, "Proxies"),
"NotSet": ginI18n.MustGetMessage(context, "Not Set"),
"Proxy": ginI18n.MustGetMessage(context, "Proxy"),
})
}
}