From 6b61eefca7933ffb90427f477cd7242c595cf609 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Tue, 19 Feb 2019 17:46:31 -0600 Subject: [PATCH] Add support for Italian locale --- src/invidious.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invidious.cr b/src/invidious.cr index ead41755..fa4f7ac0 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -100,6 +100,7 @@ LOCALES = { "de" => load_locale("de"), "en-US" => load_locale("en-US"), "fr" => load_locale("fr"), + "it" => load_locale("it"), "nb_NO" => load_locale("nb_NO"), "nl" => load_locale("nl"), "pl" => load_locale("pl"),