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:
stonezdj(Daojun Zhang) 2024-06-17 19:47:05 +08:00 committed by GitHub
parent ac671617fb
commit 02b3561fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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],