Skip to content

Commit

Permalink
Add Russian language support
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Akhmineev <[email protected]>
  • Loading branch information
Sergey Akhmineev committed Oct 24, 2024
1 parent e4b6a09 commit 80675f2
Show file tree
Hide file tree
Showing 2 changed files with 1,849 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 @@ -21,6 +21,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_ru from '@angular/common/locales/ru';
import { ClrCommonStrings } from '@clr/angular/utils/i18n/common-strings.interface';

export const enum AlertType {
Expand Down Expand Up @@ -244,6 +245,7 @@ export const LANGUAGES = {
'pt-br': ['Português do Brasil', locale_pt],
'tr-tr': ['Türkçe', locale_tr],
'de-de': ['Deutsch', locale_de],
'ru-ru': ['Русский', locale_ru],
} as const;
export const supportedLangs = Object.keys(LANGUAGES) as SupportedLanguage[];
/**
Expand Down
Loading

0 comments on commit 80675f2

Please sign in to comment.