From ec1f1614a1d79aa32242cd5c8152ef501e0c8ad1 Mon Sep 17 00:00:00 2001
From: Izan Gil <66965250+SrIzan10@users.noreply.github.com>
Date: Thu, 15 Jan 2026 20:42:42 +0100
Subject: [PATCH] fix: localize shared presets page
---
app/pages/presets/shared/[id].vue | 43 +++++++++++++++++++------------
i18n/locales/en.json | 13 +++++++++-
i18n/locales/es.json | 13 +++++++++-
3 files changed, 51 insertions(+), 18 deletions(-)
diff --git a/app/pages/presets/shared/[id].vue b/app/pages/presets/shared/[id].vue
index 8f57fb2..bc55706 100644
--- a/app/pages/presets/shared/[id].vue
+++ b/app/pages/presets/shared/[id].vue
@@ -30,7 +30,7 @@
{{ response.author?.fullName || response.author?.username }}
- wants to share a preset with you
+ {{ $t("wantsToSharePreset") }}
- Created + {{ $t("created") }}
{{ @@ -56,46 +56,57 @@
- Servers + {{ $t("servers") }}
Preset not found.
+{{ $t("presetNotFound") }}
- This preset cannot be shared + {{ $t("presetCannotBeShared") }}
- The preset owner has not enabled sharing for this preset. + {{ $t("presetSharingDisabled") }}
- +