2
0
mirror of https://github.com/acepanel/helper.git synced 2026-02-04 06:43:15 +08:00
Files
helper/pkg/i18n/i18n.go
2026-01-17 23:12:33 +08:00

10 lines
89 B
Go

package i18n
import (
"github.com/leonelquinteros/gotext"
)
var (
T *gotext.Locale
)