Skip to content

v1.0.0

Compare
Choose a tag to compare
@lastares lastares released this 23 Aug 16:48
· 6 commits to main since this release

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

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

详细见readme