mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 16:04:36 -04: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.
|
||||
*/
|
||||
export const hiddenLangs = [Languages.Korean];
|
||||
export const hiddenLangs: Languages[] = [];
|
||||
|
||||
/**
|
||||
* This array contains languages that use the RTL layouts.
|
||||
|
||||
Reference in New Issue
Block a user