feat(i18n, learn): reinstate Korean to language selector menu (#67080)

This commit is contained in:
DanielRosa74
2026-04-24 04:01:51 -03:00
committed by GitHub
parent a04c0066df
commit 81f7e84e75

View File

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