From bcf150ea16f86614d25005f86447f849ead61a3d Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 01:20:34 +0200 Subject: [PATCH] =?UTF-8?q?i18n(credits):=20wire=20ListView=20to=20namespa?= =?UTF-8?q?ce=20=E2=80=94=2025=20strings=20cleared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches all toast/error messages, balance labels, tabs, subscription status/details, billing interval toggle, plan rows, invoices, transaction table, package cards, costs filters/info-banner. Locale-aware Date/number formatting via get(locale) ?? 'de'. APP_LABELS + getCategoryLabel routed through namespace keys. Locale JSONs landed in da330f0c7. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/lib/modules/credits/ListView.svelte | 233 +++++++++++------- scripts/i18n-hardcoded-baseline.json | 1 - scripts/i18n-missing-baseline.json | 1 + 3 files changed, 141 insertions(+), 94 deletions(-) diff --git a/apps/mana/apps/web/src/lib/modules/credits/ListView.svelte b/apps/mana/apps/web/src/lib/modules/credits/ListView.svelte index 97c94f6d8..7caf2eab1 100644 --- a/apps/mana/apps/web/src/lib/modules/credits/ListView.svelte +++ b/apps/mana/apps/web/src/lib/modules/credits/ListView.svelte @@ -9,7 +9,8 @@ in the URL for us to read here. -->