From cf4af546fc6a66fbec7eddbe805191e69d4dc6e4 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Mon, 19 Dec 2022 14:52:19 +0100 Subject: [PATCH] fix: hide arabic until it's deployed (#48795) --- config/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/i18n.ts b/config/i18n.ts index da702778a19..9fe7a6311d2 100644 --- a/config/i18n.ts +++ b/config/i18n.ts @@ -101,7 +101,7 @@ export const LangCodes = { /** * This array contains languages that should NOT appear in the language selector. */ -export const hiddenLangs = ['']; +export const hiddenLangs = ['arabic']; /** * This array contains languages that use the RTL layouts.