start to add Languages in Settings

This commit is contained in:
cuu
2018-12-19 20:31:32 +08:00
parent 8ee8d42cb5
commit 078d0279ed
12 changed files with 873 additions and 4 deletions

View File

@@ -85,4 +85,10 @@ func init() {
if MyIconPool == nil {
MyIconPool = NewIconPool()
}
if MyLangManager == nil {
MyLangManager = NewLangManager()
MyLangManager.Init()
}
}