Exemplo n.º 1
0
func Tfunc(lang string) i18n.TFuncHandler {
	return i18n.Tfunc(lang)
}
Exemplo n.º 2
0
func (c *Controller) Init(ctx *Context) {
	c.Ctx = ctx
	c.T = i18n.Tfunc(c.Ctx.Lang)
}