mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-14 09:05:58 +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',
|
Persian = 'pr-PR',
|
||||||
Thai = 'th-TH',
|
Thai = 'th-TH',
|
||||||
मराठी = 'mr-IN',
|
मराठी = 'mr-IN',
|
||||||
한국어 = 'ko-KR',
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export const languageSelectOptions = map(SupportedLocales, (value, key) => ({
|
export const languageSelectOptions = map(SupportedLocales, (value, key) => ({
|
||||||
@ -76,7 +75,6 @@ export const getInitOptions = (): InitOptions => {
|
|||||||
'pr-PR': { translation: prPR },
|
'pr-PR': { translation: prPR },
|
||||||
'th-TH': { translation: thTH },
|
'th-TH': { translation: thTH },
|
||||||
'mr-IN': { translation: mrIN },
|
'mr-IN': { translation: mrIN },
|
||||||
'ko-KR': { translation: koKR },
|
|
||||||
},
|
},
|
||||||
fallbackLng: ['en-US'],
|
fallbackLng: ['en-US'],
|
||||||
detection: {
|
detection: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user