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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user