+ client: added Simplified Chinese

Closes #611
This commit is contained in:
Ildar Kamalov
2019-03-12 11:02:19 +03:00
parent ecf0b0c5c1
commit 21db166be0
6 changed files with 509 additions and 249 deletions

View File

@@ -23,6 +23,7 @@ var allowedLanguages = map[string]bool{
"pt-br": true,
"zh-tw": true,
"bg": true,
"zh-cn": true,
}
func isLanguageAllowed(language string) bool {