mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
Add menu item for ko_KR local (#20602)
fixes #20600 Signed-off-by: stonezdj <stone.zhang@broadcom.com> Co-authored-by: Shengwen YU <yshengwen@vmware.com>
This commit is contained in:
parent
ac671617fb
commit
02b3561fff
@ -14,6 +14,7 @@
|
||||
|
||||
import locale_en from '@angular/common/locales/en';
|
||||
import locale_zh_CN from '@angular/common/locales/zh-Hans';
|
||||
import locale_kr from '@angular/common/locales/ko';
|
||||
import locale_zh_TW from '@angular/common/locales/zh-Hans-HK';
|
||||
import locale_es from '@angular/common/locales/es';
|
||||
import locale_fr from '@angular/common/locales/fr';
|
||||
@ -237,6 +238,7 @@ export const LANGUAGES = {
|
||||
'en-us': ['English', locale_en],
|
||||
'zh-cn': ['中文简体', locale_zh_CN],
|
||||
'zh-tw': ['中文繁體', locale_zh_TW],
|
||||
'ko-kr': ['한국어', locale_kr],
|
||||
'es-es': ['Español', locale_es],
|
||||
'fr-fr': ['Français', locale_fr],
|
||||
'pt-br': ['Português do Brasil', locale_pt],
|
||||
|
Loading…
Reference in New Issue
Block a user