mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(i18n, learn): reinstate Korean to language selector menu (#67080)
This commit is contained in:
@@ -107,7 +107,7 @@ export const LangCodes = {
|
|||||||
/**
|
/**
|
||||||
* This array contains languages that should NOT appear in the language selector.
|
* This array contains languages that should NOT appear in the language selector.
|
||||||
*/
|
*/
|
||||||
export const hiddenLangs = [Languages.Korean];
|
export const hiddenLangs: Languages[] = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This array contains languages that use the RTL layouts.
|
* This array contains languages that use the RTL layouts.
|
||||||
|
|||||||
Reference in New Issue
Block a user