From bd893cb24c94da81fa91d8264d13134472992eea Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sat, 30 Jan 2021 16:42:30 +0100 Subject: [PATCH] Enable the Finish translation since it's now translated at more than 80% --- src/invidious.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invidious.cr b/src/invidious.cr index 12145d8b..b863bc81 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -82,6 +82,7 @@ LOCALES = { "eo" => load_locale("eo"), "es" => load_locale("es"), "fa" => load_locale("fa"), + "fi" => load_locale("fi"), "fr" => load_locale("fr"), "hr" => load_locale("hr"), "is" => load_locale("is"),