Skip to content

Commit

Permalink
Add menu item for ko_KR local (#20602)
Browse files Browse the repository at this point in the history
fixes #20600

Signed-off-by: stonezdj <stone.zhang@broadcom.com>
Co-authored-by: Shengwen YU <yshengwen@vmware.com>
  • Loading branch information
stonezdj and zyyw committed Jun 17, 2024
1 parent ac67161 commit 02b3561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/portal/src/app/shared/entities/shared.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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],
Expand Down

0 comments on commit 02b3561

Please sign in to comment.