mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-03 21:03:48 +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 {
|
||||
English = 'en-US',
|
||||
한국어 = 'ko-KR',
|
||||
Français = 'fr-FR',
|
||||
简体中文 = 'zh-CN',
|
||||
日本語 = 'ja-JP',
|
||||
@ -60,6 +61,7 @@ export const getInitOptions = (): InitOptions => {
|
||||
supportedLngs: Object.values(SupportedLocales),
|
||||
resources: {
|
||||
'en-US': { translation: enUS },
|
||||
'ko-KR': { translation: koKR },
|
||||
'fr-FR': { translation: frFR },
|
||||
'zh-CN': { translation: zhCN },
|
||||
'ja-JP': { translation: jaJP },
|
||||
|
Loading…
x
Reference in New Issue
Block a user