From c451aab1509bccfe4dfef4b2d62d153f985727e7 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 14 Feb 2021 19:37:46 +0000 Subject: [PATCH] Enable the Hebrew 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 ad9333bda..563a37683 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -84,6 +84,7 @@ LOCALES = { "fa" => load_locale("fa"), "fi" => load_locale("fi"), "fr" => load_locale("fr"), + "he" => load_locale("he"), "hr" => load_locale("hr"), "id" => load_locale("id"), "is" => load_locale("is"),