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"),