mirror of
https://github.com/iv-org/invidious
synced 2024-11-10 13:13:33 +01:00
Add support for Ukranian and Esperanto
This commit is contained in:
parent
aa10a9d899
commit
8614ff40df
@ -62,6 +62,7 @@ LOCALES = {
|
||||
"ar" => load_locale("ar"),
|
||||
"de" => load_locale("de"),
|
||||
"en-US" => load_locale("en-US"),
|
||||
"eo" => load_locale("eo"),
|
||||
"es" => load_locale("es"),
|
||||
"eu" => load_locale("eu"),
|
||||
"fr" => load_locale("fr"),
|
||||
@ -70,6 +71,7 @@ LOCALES = {
|
||||
"nl" => load_locale("nl"),
|
||||
"pl" => load_locale("pl"),
|
||||
"ru" => load_locale("ru"),
|
||||
"uk" => load_locale("uk"),
|
||||
}
|
||||
|
||||
config = CONFIG
|
||||
|
Loading…
Reference in New Issue
Block a user