mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 15:03:08 -05:00
fix: hide arabic until it's deployed (#48795)
This commit is contained in:
committed by
GitHub
parent
533045276a
commit
cf4af546fc
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user