mirror of
https://github.com/acepanel/helper.git
synced 2026-02-04 06:43:15 +08:00
10 lines
89 B
Go
10 lines
89 B
Go
package i18n
|
|
|
|
import (
|
|
"github.com/leonelquinteros/gotext"
|
|
)
|
|
|
|
var (
|
|
T *gotext.Locale
|
|
)
|