mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-04 21:32:16 +00:00
Co-authored-by: dasomel <dasomell@gmail.com>
This commit is contained in:
parent
efa65579d4
commit
4e222c78c9
File diff suppressed because it is too large
Load Diff
@ -32,6 +32,7 @@ import zhCN from '../../locale/languages/zh-cn.json';
|
|||||||
|
|
||||||
export enum SupportedLocales {
|
export enum SupportedLocales {
|
||||||
English = 'en-US',
|
English = 'en-US',
|
||||||
|
한국어 = 'ko-KR',
|
||||||
Français = 'fr-FR',
|
Français = 'fr-FR',
|
||||||
简体中文 = 'zh-CN',
|
简体中文 = 'zh-CN',
|
||||||
日本語 = 'ja-JP',
|
日本語 = 'ja-JP',
|
||||||
@ -60,6 +61,7 @@ export const getInitOptions = (): InitOptions => {
|
|||||||
supportedLngs: Object.values(SupportedLocales),
|
supportedLngs: Object.values(SupportedLocales),
|
||||||
resources: {
|
resources: {
|
||||||
'en-US': { translation: enUS },
|
'en-US': { translation: enUS },
|
||||||
|
'ko-KR': { translation: koKR },
|
||||||
'fr-FR': { translation: frFR },
|
'fr-FR': { translation: frFR },
|
||||||
'zh-CN': { translation: zhCN },
|
'zh-CN': { translation: zhCN },
|
||||||
'ja-JP': { translation: jaJP },
|
'ja-JP': { translation: jaJP },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user