From f8ebcf8f17a00bea2a3b43f68acb73d85766e513 Mon Sep 17 00:00:00 2001 From: didirus Date: Fri, 19 Jun 2026 21:27:28 +0300 Subject: [PATCH] refactor(astralrinth): localize account auth modal copy --- .../accounts/error/AccountsErrorModals.vue | 116 +++++++++++++++--- .../accounts/input/AccountsInputModals.vue | 91 +++++++++++--- .../app-frontend/src/locales/en-US/index.json | 81 ++++++++++++ .../app-frontend/src/locales/ru-RU/index.json | 81 ++++++++++++ 4 files changed, 336 insertions(+), 33 deletions(-) diff --git a/apps/app-frontend/src/components/ui/astralrinth/accounts/error/AccountsErrorModals.vue b/apps/app-frontend/src/components/ui/astralrinth/accounts/error/AccountsErrorModals.vue index 96dfd0db8..7084b79ea 100644 --- a/apps/app-frontend/src/components/ui/astralrinth/accounts/error/AccountsErrorModals.vue +++ b/apps/app-frontend/src/components/ui/astralrinth/accounts/error/AccountsErrorModals.vue @@ -1,5 +1,5 @@