feat(frontend): rename route to /korrespondenz, update i18n, regen API types

Moves conversations/ to korrespondenz/, updates all internal links,
renames nav label and page heading to Korrespondenz across de/en/es,
and adds all new i18n keys for the redesigned strip and log.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-30 12:35:18 +02:00
parent 252881b8d1
commit f352058bc6
12 changed files with 757 additions and 28 deletions

View File

@@ -30,7 +30,7 @@ function initials(name: string): string {
<div class="flex flex-wrap gap-2">
{#each coCorrespondents as c (c.id)}
<a
href="/conversations?senderId={personId}&receiverId={c.id}"
href="/korrespondenz?senderId={personId}&receiverId={c.id}"
title={m.doc_conversation_title()}
class="inline-flex items-center gap-1.5 rounded-full border border-line bg-muted px-3 py-1.5 font-sans text-xs font-bold text-ink transition-colors hover:border-primary hover:bg-surface"
>