fix: hide arabic until it's deployed (#48795)

This commit is contained in:
Oliver Eyton-Williams
2022-12-19 14:52:19 +01:00
committed by GitHub
parent 533045276a
commit cf4af546fc

View File

@@ -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.