Add Russian language support (#21083)
Build Package Workflow / BUILD_PACKAGE (push) Waiting to run Details
Code scanning - action / CodeQL-Build (push) Waiting to run Details

* Add Russian language support

Signed-off-by: Sergey Akhmineev <ssakhmineev@rt-dc.ru>

* Update ru-ru-lang.json

Made edits to the translation based on comments

Signed-off-by: Sergey <81344204+sergey-akhmineev@users.noreply.github.com>

* Update ru-ru-lang.json

Signed-off-by: Sergey <81344204+sergey-akhmineev@users.noreply.github.com>

* Update ru-ru-lang.json

Signed-off-by: Sergey <81344204+sergey-akhmineev@users.noreply.github.com>

* Update ru-ru-lang.json

Signed-off-by: Sergey <81344204+sergey-akhmineev@users.noreply.github.com>

---------

Signed-off-by: Sergey Akhmineev <ssakhmineev@rt-dc.ru>
Signed-off-by: Sergey <81344204+sergey-akhmineev@users.noreply.github.com>
Co-authored-by: Sergey Akhmineev <ssakhmineev@rt-dc.ru>
Co-authored-by: Orlix <7236111+OrlinVasilev@users.noreply.github.com>
This commit is contained in:
Sergey 2025-07-02 17:57:27 +09:00 committed by GitHub
parent 229ef88684
commit 6be2971941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1849 additions and 0 deletions

View File

@ -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 {
@ -261,6 +262,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[];
/**

File diff suppressed because it is too large Load Diff