mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-09-07 15:14:36 +08:00
11 lines
181 B
Go
11 lines
181 B
Go
package i18n
|
|
|
|
func GetMsg(msg string) string {
|
|
// content := ginI18n.MustGetMessage(msg)
|
|
// if content == "" {
|
|
// return msg
|
|
// } else {
|
|
// return content
|
|
// }
|
|
return ""
|
|
}
|