From a89930fae66f41a49de0b0f37e04c20e2255bd76 Mon Sep 17 00:00:00 2001 From: Alexandrina-Kuzeleva Date: Thu, 4 Dec 2025 15:29:50 +0300 Subject: [PATCH] TEST UPD -translation -front works --- frontend/src/pages/LeaderBoard.vue | 4 ++-- frontend/src/pages/StudentProfile.vue | 6 +++--- lms/locale/ru.po | 18 +++++++++++++----- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/LeaderBoard.vue b/frontend/src/pages/LeaderBoard.vue index e5064388..64f3857f 100644 --- a/frontend/src/pages/LeaderBoard.vue +++ b/frontend/src/pages/LeaderBoard.vue @@ -39,7 +39,7 @@
- {{ __('To reach :position place:', { position: nextPosition }) }} + {{`${__('To reach')} ${nextPosition} ${__('position:')}`}}
+{{ pointsToNext }} {{ __('points') }} @@ -125,7 +125,7 @@

- {{ activeGroupLabel }} - Топ {{ currentLeaderboard.length }} + {{ activeGroupLabel }} - {{ __('Top') }} {{ currentLeaderboard.length }}

diff --git a/frontend/src/pages/StudentProfile.vue b/frontend/src/pages/StudentProfile.vue index 2515ccc8..229eef9e 100644 --- a/frontend/src/pages/StudentProfile.vue +++ b/frontend/src/pages/StudentProfile.vue @@ -1,5 +1,5 @@