mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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>
This commit is contained in:
parent
4f2a36e96d
commit
1931739aac
7 changed files with 48 additions and 26 deletions
|
|
@ -191,7 +191,6 @@
|
|||
"apps/mana/apps/web/src/lib/modules/todo/components/pages/TodoPage.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/todo/components/SyncIndicator.svelte": 4,
|
||||
"apps/mana/apps/web/src/lib/modules/todo/ListView.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/todo/views/DetailView.svelte": 8,
|
||||
"apps/mana/apps/web/src/lib/modules/wetter/components/CurrentConditions.svelte": 2,
|
||||
"apps/mana/apps/web/src/lib/modules/wetter/components/HourlyForecast.svelte": 1,
|
||||
"apps/mana/apps/web/src/lib/modules/wetter/components/LocationPicker.svelte": 5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue