Added Traditional Chinese

Closes #510
This commit is contained in:
Ildar Kamalov
2019-01-03 12:55:15 +03:00
committed by Eugene Bujak
parent fd629be6e6
commit eb71f3ed8f
8 changed files with 219 additions and 7 deletions

View File

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