mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-12 15:57:44 +00:00
fix the coverage test (#20937)
This commit is contained in:
parent
dd42f8bd81
commit
e1d41f8d60
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user