Releases: lastares/localei18n
Releases · lastares/localei18n
v1.0.2
新增直接传locale翻译函数
- Translate(locale *language.Tag, msgId string)
- TranslateWithTemplate(locale *language.Tag, msgId string, template map[string]any)
更新了文档说明
v1.0.1
- 优化了国际化组件工厂函数
- 更新了 README.md,添加了一些公用导出对象的说明
v1.0.0
对go-i18n进行了二次封装,不然需要的时候还要再次重新写一遍,挺麻烦的,搞个工厂函数,每次项目需要的时候直接拿来使用,现已经封装两个函数
- Tran(ctx context.Context, msgId string) 翻译函数
- TranWithTemplate(ctx context.Context, msgId string, template map[string]any) 翻译函数,支持模板变量替换
详细见readme