mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -04:00
fix(client): hide Swahili from language selector (#50900)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user