+ i18n: add thai and romanian languages

This commit is contained in:
Ildar Kamalov 2020-03-11 17:06:37 +03:00
parent 36ba8380de
commit 229d040ee2
1 changed files with 2 additions and 0 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 {