managarten/apps/mana/apps/web/src/lib/modules/todo
Till JS 1931739aac i18n(todo): translate views/DetailView via $_() — title, prop rows, sections, meta
- Shell labels: notFound + confirmDelete
- Title input placeholder + Untitled fallback (was hardcoded English 'Untitled')
- Prop rows: Sichtbarkeit / Priorität (todo.priority) / Fällig (todo.dueDate) / Dauer (todo.duration) / Kalender labels
- Priority options routed via priorityKeys map → todo.priorityLow/Medium/High/Urgent
- Duration value with {n} interpolation, calendar Planen button + unschedule aria
- Tags / Beschreibung section labels (existing top-level keys)
- Subtasks count interpolation ({done}/{total})
- Meta footer Erstellt/Bearbeitet with {date} interpolation
- Toast undo "Aufgabe gelöscht"

Baselines: hardcoded 1042 → 1034 (8 cleared); missing-keys baseline unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 14:53:09 +02:00
..
components feat(i18n): locale-aware formatters, migrate hardcoded de-DE call-sites 2026-04-24 17:20:11 +02:00
composables feat(sync): F3 — drop updatedAt as a synced data field 2026-04-26 23:12:22 +02:00
stores feat(sync): F3 — drop updatedAt as a synced data field 2026-04-26 23:12:22 +02:00
utils feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
views i18n(todo): translate views/DetailView via $_() — title, prop rows, sections, meta 2026-04-27 14:53:09 +02:00
collections.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00
index.ts chore(mana/web): pre-launch module cleanup — schema collapse, dead code, lazy search 2026-04-07 22:31:08 +02:00
ListView.svelte feat(i18n): locale-aware formatters, migrate hardcoded de-DE call-sites 2026-04-24 17:20:11 +02:00
module.config.ts fix(mana/web): commit module-registry + module.config.ts files (build-critical) 2026-04-07 19:49:58 +02:00
queries.ts feat(sync): F3 — drop updatedAt as a synced data field 2026-04-26 23:12:22 +02:00
quick-input-adapter.ts feat(i18n): locale-aware formatters, migrate hardcoded de-DE call-sites 2026-04-24 17:20:11 +02:00
reminder-source.ts feat(sync): F3 — drop updatedAt as a synced data field 2026-04-26 23:12:22 +02:00
tools.ts feat(ai-scope): wire filterByScope into list_tasks/contacts/events + note tag UI 2026-04-16 15:06:11 +02:00
types.ts feat(todo): M4.b — tasks adopt the unified visibility system 2026-04-24 02:37:32 +02:00
view-grouping.ts feat: rename ManaCore to Mana across entire codebase 2026-04-05 20:00:13 +02:00