From e1d41f8d60cc4e8c0826bbecb1967412b43ac0c9 Mon Sep 17 00:00:00 2001 From: Ashish Gupta Date: Wed, 23 Apr 2025 16:40:20 +0530 Subject: [PATCH] fix the coverage test (#20937) --- .../src/main/resources/ui/src/utils/i18next/i18nextUtil.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/src/utils/i18next/i18nextUtil.ts b/openmetadata-ui/src/main/resources/ui/src/utils/i18next/i18nextUtil.ts index f4255ee2b63..9d8e923acfa 100644 --- a/openmetadata-ui/src/main/resources/ui/src/utils/i18next/i18nextUtil.ts +++ b/openmetadata-ui/src/main/resources/ui/src/utils/i18next/i18nextUtil.ts @@ -47,7 +47,6 @@ export enum SupportedLocales { Persian = 'pr-PR', Thai = 'th-TH', मराठी = 'mr-IN', - 한국어 = 'ko-KR', } export const languageSelectOptions = map(SupportedLocales, (value, key) => ({ @@ -76,7 +75,6 @@ export const getInitOptions = (): InitOptions => { 'pr-PR': { translation: prPR }, 'th-TH': { translation: thTH }, 'mr-IN': { translation: mrIN }, - 'ko-KR': { translation: koKR }, }, fallbackLng: ['en-US'], detection: {