We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n
v18.20.4
go 1.23.0
不可以
1,在i18n版本main方法中,viper加载配置文件,global.Translate在初始化之前使用,导致fmt.Printf输出错误
`func Translate(msg string) string { if GVA_TRANSLATOR.IsInit { message := GVA_TRANSLATOR.TranslateMessage(msg) if message == "" { return msg } return message } return msg
}`
No response
The text was updated successfully, but these errors were encountered:
我们尽快复现并修复
Sorry, something went wrong.
SliverHorn
songzhibin97
bypanghu
No branches or pull requests
gin-vue-admin 版本
i18n
Node 版本
v18.20.4
Golang 版本
go 1.23.0
是否依旧存在
不可以
bug描述
1,在i18n版本main方法中,viper加载配置文件,global.Translate在初始化之前使用,导致fmt.Printf输出错误
}`
修改建议
No response
The text was updated successfully, but these errors were encountered: