From 81e6b44d265e4234542217f88c0363f7014dd98c Mon Sep 17 00:00:00 2001 From: Satont Date: Tue, 5 Sep 2023 21:34:01 +0300 Subject: [PATCH] feat(dashboard): add translations for sidebar --- .../dashboard/src/components/games/card.vue | 2 +- .../src/components/games/command.vue | 20 +++++--- frontend/dashboard/src/layout/sidebar.vue | 49 +++++++++++-------- frontend/dashboard/src/locales/en.json | 26 +++++++++- frontend/dashboard/src/locales/ru.json | 30 ++++++++++++ 5 files changed, 97 insertions(+), 30 deletions(-) diff --git a/frontend/dashboard/src/components/games/card.vue b/frontend/dashboard/src/components/games/card.vue index 2de89c5ec..0b4f23b65 100644 --- a/frontend/dashboard/src/components/games/card.vue +++ b/frontend/dashboard/src/components/games/card.vue @@ -27,7 +27,7 @@ const userCanManageGames = useUserAccessFlagChecker('MANAGE_GAMES');