Skip to content

Commit

Permalink
UI - Korean language translation cannot selected in the UI
Browse files Browse the repository at this point in the history
goharbor#20600

Signed-off-by: xuelichao <[email protected]>
  • Loading branch information
xuelichao committed Jun 17, 2024
1 parent 793dc54 commit 0ec0abc
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 @@ -20,6 +20,7 @@ import locale_fr from '@angular/common/locales/fr';
import locale_pt from '@angular/common/locales/pt-PT';
import locale_tr from '@angular/common/locales/tr';
import locale_de from '@angular/common/locales/de';
import locale_ko from '@angular/common/locales/ko';
import { ClrCommonStrings } from '@clr/angular/utils/i18n/common-strings.interface';

export const enum AlertType {
Expand Down Expand Up @@ -242,6 +243,7 @@ export const LANGUAGES = {
'pt-br': ['Português do Brasil', locale_pt],
'tr-tr': ['Türkçe', locale_tr],
'de-de': ['Deutsch', locale_de],
'ko-kr': ['한국어', locale_ko],
} as const;
export const supportedLangs = Object.keys(LANGUAGES) as SupportedLanguage[];
/**
Expand Down

0 comments on commit 0ec0abc

Please sign in to comment.