mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
11 lines
154 B
Go
11 lines
154 B
Go
package myi18n
|
|
|
|
import "github.com/nicksnyder/go-i18n/v2/i18n"
|
|
|
|
/*
|
|
Internationalization 国际化
|
|
*/
|
|
|
|
var tr *i18n.Localizer
|
|
var i18nBundle *i18n.Bundle
|