From 0a03e9e88286c5717e037a017e7a467a9253ebb9 Mon Sep 17 00:00:00 2001 From: Till JS Date: Mon, 27 Apr 2026 01:26:30 +0200 Subject: [PATCH] =?UTF-8?q?i18n(ai-agents):=20wire=20ListView=20to=20names?= =?UTF-8?q?pace=20=E2=80=94=2023=20strings=20cleared?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patches list/create/detail panes incl. POLICY_LABEL, TEMPLATES, mission state labels, natural-language policy summary. Locale JSONs landed in the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../src/lib/modules/ai-agents/ListView.svelte | 176 ++++++++++-------- scripts/i18n-hardcoded-baseline.json | 1 - scripts/i18n-missing-baseline.json | 1 + 3 files changed, 101 insertions(+), 77 deletions(-) diff --git a/apps/mana/apps/web/src/lib/modules/ai-agents/ListView.svelte b/apps/mana/apps/web/src/lib/modules/ai-agents/ListView.svelte index e8433d8ab..f8cc21fd0 100644 --- a/apps/mana/apps/web/src/lib/modules/ai-agents/ListView.svelte +++ b/apps/mana/apps/web/src/lib/modules/ai-agents/ListView.svelte @@ -17,6 +17,7 @@ handle the common "let the agent touch todo but not calendar" case. -->