1.enhance i18n support

2.update layui to 2.9.3
This commit is contained in:
杨黄林
2024-01-11 21:31:04 +08:00
parent e9c0997799
commit 1e1ff7127e
6 changed files with 27 additions and 18 deletions

View File

@@ -238,6 +238,10 @@ func (c *HandleController) MakeLangFunc() func(context *gin.Context) {
"NotSet": ginI18n.MustGetMessage(context, "Not Set"),
"Proxy": ginI18n.MustGetMessage(context, "Proxy"),
"TokenInvalid": ginI18n.MustGetMessage(context, "Token invalid"),
"Total": ginI18n.MustGetMessage(context, "Total"),
"Items": ginI18n.MustGetMessage(context, "Items"),
"Goto": ginI18n.MustGetMessage(context, "Go to"),
"PerPage": ginI18n.MustGetMessage(context, "Per Page"),
})
}
}