From 4b014bdc82abe297f935c48bd1083b47eedc5e79 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com> Date: Mon, 3 Aug 2026 23:03:45 +0200 Subject: [PATCH] Enable the Uzbek since it's been translated at more than 20% (#5891) --- src/invidious/helpers/i18n.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/invidious/helpers/i18n.cr b/src/invidious/helpers/i18n.cr index 88ab9d19..0388d1f6 100644 --- a/src/invidious/helpers/i18n.cr +++ b/src/invidious/helpers/i18n.cr @@ -65,6 +65,7 @@ module I18n "ta" => "தமிழ்", # Tamil "tr" => "Türkçe", # Turkish "uk" => "Українська", # Ukrainian + "uz" => "O'zbekcha", # Uzbek "vi" => "Tiếng Việt", # Vietnamese "zh-CN" => "汉语", # Chinese (Simplified) "zh-TW" => "漢語", # Chinese (Traditional)