From fea20ea9130a26e02c6d9d7fc7bd5b90a89e441e Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Fri, 12 Jul 2019 21:07:40 -0500 Subject: Add support for Icelandic translation --- src/invidious.cr | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/invidious.cr b/src/invidious.cr index 1ecc9d83..80fc92b8 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -80,6 +80,7 @@ LOCALES = { "es" => load_locale("es"), "eu" => load_locale("eu"), "fr" => load_locale("fr"), + "is" => load_locale("is"), "it" => load_locale("it"), "nb_NO" => load_locale("nb_NO"), "nl" => load_locale("nl"), -- cgit v1.2.3