From bfa908ac9ac067edab62eb5aa18039e7b5ef0a48 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Fri, 21 Nov 2025 13:51:14 +0100 Subject: [PATCH] Refactor localization handling in SeasonSelector and TeamManagementView to utilize the new i18n import method. Update German localization by removing escaped characters from placeholders for improved clarity and consistency in rendering. Ensure all translation calls are updated to use the new method for better maintainability. --- frontend/src/components/SeasonSelector.vue | 4 +- frontend/src/i18n/index.js | 2 +- frontend/src/i18n/locales/de.json | 10 +- .../src/views/MemberTransferSettingsView.vue | 15 ++- frontend/src/views/TeamManagementView.vue | 121 +++++++++--------- 5 files changed, 78 insertions(+), 74 deletions(-) diff --git a/frontend/src/components/SeasonSelector.vue b/frontend/src/components/SeasonSelector.vue index a7c0688..e4f76fb 100644 --- a/frontend/src/components/SeasonSelector.vue +++ b/frontend/src/components/SeasonSelector.vue @@ -66,7 +66,7 @@