From aa5d89581d17c0dbf837263db6e84f842f64bd94 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:40:53 -0500 Subject: [PATCH] fix(client): hide Swahili from language selector (#50900) --- config/i18n.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/i18n.ts b/config/i18n.ts index 908c1a7115d..7ee286b9160 100644 --- a/config/i18n.ts +++ b/config/i18n.ts @@ -108,7 +108,11 @@ export const LangCodes = { * This array contains languages that should NOT appear in the language selector. */ // German is temporarily disabled until the new RWD is fully translated -export const hiddenLangs = [Languages.Arabic, Languages.German]; +export const hiddenLangs = [ + Languages.Arabic, + Languages.German, + Languages.Swahili +]; /** * This array contains languages that use the RTL layouts.