From 633ecb524efd15ebb00ab6f0370b8564daf827c7 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Mon, 21 Jan 2019 15:04:09 -0600 Subject: [PATCH] Add 'fr' to list of supported locales --- src/invidious.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invidious.cr b/src/invidious.cr index f8a7d759..4bde39ef 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -92,6 +92,7 @@ LOCALES = { "ar" => load_locale("ar"), "de" => load_locale("de"), "en-US" => load_locale("en-US"), + "fr" => load_locale("fr"), "nb_NO" => load_locale("nb_NO"), "nl" => load_locale("nl"), "pl" => load_locale("pl"),