From 9a712dde9f6b867c15a5148c2bec58c8c81c85bd Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 01:46:03 +0200 Subject: [PATCH] =?UTF-8?q?i18n(gifts):=20wire=20+page=20to=20namespace=20?= =?UTF-8?q?=E2=80=94=2015=20strings=20cleared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches all toast/error messages, page header, action buttons, tabs, received/created sections, create form, info card. Locale-aware Date/number formatting via get(locale). Locale JSONs landed in the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../web/src/routes/(app)/gifts/+page.svelte | 155 ++++++++++-------- scripts/i18n-hardcoded-baseline.json | 1 - 2 files changed, 83 insertions(+), 73 deletions(-) diff --git a/apps/mana/apps/web/src/routes/(app)/gifts/+page.svelte b/apps/mana/apps/web/src/routes/(app)/gifts/+page.svelte index b396120ed..03db4b936 100644 --- a/apps/mana/apps/web/src/routes/(app)/gifts/+page.svelte +++ b/apps/mana/apps/web/src/routes/(app)/gifts/+page.svelte @@ -1,5 +1,6 @@