+ client: Refactor DHCP settings

This commit is contained in:
Artem Baskal
2020-08-19 18:23:05 +03:00
committed by Simon Zolin
parent c9f58ce4a7
commit 1d35d73fc5
49 changed files with 2953 additions and 1660 deletions

View File

@@ -39,9 +39,11 @@ var allowedLanguages = map[string]bool{
"tr": true,
"sr-cs": true,
"hr": true,
"hu": true,
"fa": true,
"th": true,
"ro": true,
"si-lk": true,
}
func isLanguageAllowed(language string) bool {