Merge: Add thai and romanian languages

Closes #1445

* commit '229d040ee286e656c8986e622a33f18176a3e769':
  + i18n: add thai and romanian languages
  + client: add thai and romanian languages
This commit is contained in:
Ildar Kamalov
2020-03-17 15:06:56 +03:00
6 changed files with 913 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ var allowedLanguages = map[string]bool{
"sr-cs": true,
"hr": true,
"fa": true,
"th": true,
"ro": true,
}
func isLanguageAllowed(language string) bool {