From 48bff9a5d2d57f56779c5f0b060fd7367cc3c606 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Sun, 14 Feb 2021 19:35:05 +0000 Subject: [PATCH] Enable the Indonesian 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 ec6df302..ad9333bd 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -85,6 +85,7 @@ LOCALES = { "fi" => load_locale("fi"), "fr" => load_locale("fr"), "hr" => load_locale("hr"), + "id" => load_locale("id"), "is" => load_locale("is"), "it" => load_locale("it"), "ja" => load_locale("ja"),