fix(client): hide Swahili from language selector (#50900)

This commit is contained in:
Tom
2023-07-05 10:40:53 -05:00
committed by GitHub
parent 8fe4dbf5ad
commit aa5d89581d

View File

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