From 4dd48b60f316b1b70b93a40c90b9a3c6c7c3859a Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Wed, 24 Sep 2025 10:48:41 +0600 Subject: [PATCH] Fix: Russian language config.ts (#10250) ### What problem does this PR solve? Fix ru language ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- web/src/locales/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/locales/config.ts b/web/src/locales/config.ts index 65d85d718..460744e59 100644 --- a/web/src/locales/config.ts +++ b/web/src/locales/config.ts @@ -55,7 +55,7 @@ export const translationTable = createTranslationTable( [ 'English', 'Vietnamese', - 'Rus', + 'ru', 'Spanish', 'zh', 'zh-TRADITIONAL',