diff --git a/packages/shared/src/config/i18n.ts b/packages/shared/src/config/i18n.ts index 1f49d26920b..6dc0d47d88a 100644 --- a/packages/shared/src/config/i18n.ts +++ b/packages/shared/src/config/i18n.ts @@ -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.