pull/539/head
Alen BOHCELYAN 2017-02-14 13:55:14 +02:00
parent 52e30dc0ae
commit bfb12c4ce9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func T(text string) string{
B, _ = i18n.Tfunc(Lang)
}
return B(text)
return B(text)
}
func ChangeLang(lang string) {