Documentation ¶
Index ¶
Constants ¶
View Source
const LangPathCommon = "common"
LangPathCommon 公共语言文件路径
View Source
const LangPathDefault = "./locales"
LangPathDefault 默认语言文件路径
Variables ¶
View Source
var LangDefault = language.SimplifiedChinese
LangDefault 默认语言
Functions ¶
Types ¶
type LangLoader ¶
type LangLoader struct{}
LangLoader 语言加载器
func (*LangLoader) LoadLangDir ¶
LoadLangDir 加载语言文件 - 读取目录下所有文件
func (*LangLoader) LoadMessage ¶
func (ths *LangLoader) LoadMessage(path string) ([]byte, error)
LoadMessage 加载语言文件 - 读取目录下所有文件 - 加载默认通用语言文件时, 会加载所有语言文件
Click to show internal directories.
Click to hide internal directories.