summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth <omarroth@hotmail.com>2019-04-19 11:20:18 -0500
committerOmar Roth <omarroth@hotmail.com>2019-04-19 11:20:18 -0500
commit8614ff40df1d40fce5b4006e3064001654a44fd7 (patch)
tree41f7431f0083428b1f229fa0d8214220073321a0
parentaa10a9d899c694fb8652d190039c386534516d0c (diff)
downloadinvidious-8614ff40df1d40fce5b4006e3064001654a44fd7.tar.gz
invidious-8614ff40df1d40fce5b4006e3064001654a44fd7.tar.bz2
invidious-8614ff40df1d40fce5b4006e3064001654a44fd7.zip
Add support for Ukranian and Esperanto
-rw-r--r--src/invidious.cr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 878f9d4c..bfcca9ca 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -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