From b06d950c4f7d60db899882439ae2a2f8a8797839 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 01:48:01 +0200 Subject: [PATCH] =?UTF-8?q?i18n(goals):=20wire=20GoalEditor=20to=20namespa?= =?UTF-8?q?ce=20=E2=80=94=2015=20strings=20cleared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches form labels, event type options (now reactive via $derived), source/comparison/period selectors, action buttons. Locale JSONs landed in the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/lib/modules/goals/GoalEditor.svelte | 105 ++++++++++++------ scripts/i18n-hardcoded-baseline.json | 1 - 2 files changed, 68 insertions(+), 38 deletions(-) diff --git a/apps/mana/apps/web/src/lib/modules/goals/GoalEditor.svelte b/apps/mana/apps/web/src/lib/modules/goals/GoalEditor.svelte index ec64b90da..bcc707c35 100644 --- a/apps/mana/apps/web/src/lib/modules/goals/GoalEditor.svelte +++ b/apps/mana/apps/web/src/lib/modules/goals/GoalEditor.svelte @@ -2,6 +2,7 @@ GoalEditor — Modal for creating custom goals with metric + target. -->