From 24f933fbaa1ed88df441106db714871aae9d45e2 Mon Sep 17 00:00:00 2001 From: Pascal Syma Date: Thu, 14 Aug 2025 19:56:49 +0200 Subject: [PATCH] Use composition for translation --- app/components/LangSwitcher.vue | 6 +-- app/components/TeamAddModal.vue | 3 +- app/components/TeamJoinModal.vue | 3 +- app/components/admin/Team.vue | 4 +- app/layouts/default.vue | 8 ++-- .../hunt/[huntSlug]/[questSlug]/index.vue | 16 +++---- app/pages/hunt/[huntSlug]/admin.vue | 4 +- app/pages/hunt/[huntSlug]/index.vue | 15 ++++-- app/pages/hunt/[huntSlug]/showcase.vue | 47 ++++++++++--------- app/pages/index.vue | 44 ++++++++--------- app/pages/login.vue | 25 +++++----- app/pages/register.vue | 35 +++++++------- 12 files changed, 111 insertions(+), 99 deletions(-) diff --git a/app/components/LangSwitcher.vue b/app/components/LangSwitcher.vue index 5ed038a..97bcf67 100644 --- a/app/components/LangSwitcher.vue +++ b/app/components/LangSwitcher.vue @@ -1,5 +1,5 @@