Skip to content

Releases: lastares/localei18n

v1.0.2

28 Aug 07:43
Compare
Choose a tag to compare

新增直接传locale翻译函数

  • Translate(locale *language.Tag, msgId string)
  • TranslateWithTemplate(locale *language.Tag, msgId string, template map[string]any)

更新了文档说明

v1.0.1

24 Aug 01:56
Compare
Choose a tag to compare
  1. 优化了国际化组件工厂函数
  2. 更新了 README.md,添加了一些公用导出对象的说明

v1.0.0

23 Aug 16:48
Compare
Choose a tag to compare

go-i18n进行了二次封装,不然需要的时候还要再次重新写一遍,挺麻烦的,搞个工厂函数,每次项目需要的时候直接拿来使用,现已经封装两个函数

  • Tran(ctx context.Context, msgId string) 翻译函数
  • TranWithTemplate(ctx context.Context, msgId string, template map[string]any) 翻译函数,支持模板变量替换

详细见readme