From a4b368e53f0bc75896d9981be4d9e18bdf2d3da5 Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:47:04 +0600 Subject: [PATCH] add Russian in translation table index.tsx (#9773) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- web/src/pages/user-setting/setting-locale/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/pages/user-setting/setting-locale/index.tsx b/web/src/pages/user-setting/setting-locale/index.tsx index 891f8fd98..cb06ddde9 100644 --- a/web/src/pages/user-setting/setting-locale/index.tsx +++ b/web/src/pages/user-setting/setting-locale/index.tsx @@ -7,6 +7,7 @@ function UserSettingLocale() { data={translationTable} languages={[ 'English', + 'Rus', 'Vietnamese', 'Spanish', 'zh',