fix the coverage test (#20937)

This commit is contained in:
Ashish Gupta 2025-04-23 16:40:20 +05:30 committed by GitHub
parent dd42f8bd81
commit e1d41f8d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: {