mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
+ i18n: add thai and romanian languages
This commit is contained in:
parent
36ba8380de
commit
229d040ee2
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user