feat(writing): rename module display name "Writing" → "Schreiben"

User-facing label only — keeps the route /writing, the module id
'writing', the appId 'writing', and the table prefix writingDrafts/
writingDraftVersions/etc. Just renames the display name in:
- shared-branding/mana-apps.ts (AppSlider label)
- app-registry/apps.ts (Workbench card label)
- the three writing route <title> tags (page tab in browser)

The English code identity stays; the German UI label gets a German
name consistent with Bibliothek / Kontakte / Kalender / Notizen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-25 13:45:02 +02:00
parent 32147194fd
commit d880e89204
5 changed files with 5 additions and 5 deletions

View file

@ -1335,7 +1335,7 @@ registerApp({
registerApp({ registerApp({
id: 'writing', id: 'writing',
name: 'Writing', name: 'Schreiben',
color: '#0ea5e9', color: '#0ea5e9',
icon: NotePencil, icon: NotePencil,
views: { views: {

View file

@ -4,7 +4,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Writing - Mana</title> <title>Schreiben - Mana</title>
</svelte:head> </svelte:head>
<RoutePage appId="writing"> <RoutePage appId="writing">

View file

@ -7,7 +7,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Draft - Writing - Mana</title> <title>Entwurf - Schreiben - Mana</title>
</svelte:head> </svelte:head>
<RoutePage appId="writing"> <RoutePage appId="writing">

View file

@ -4,7 +4,7 @@
</script> </script>
<svelte:head> <svelte:head>
<title>Stile - Writing - Mana</title> <title>Stile - Schreiben - Mana</title>
</svelte:head> </svelte:head>
<RoutePage appId="writing"> <RoutePage appId="writing">

View file

@ -1073,7 +1073,7 @@ export const MANA_APPS: ManaApp[] = [
}, },
{ {
id: 'writing', id: 'writing',
name: 'Writing', name: 'Schreiben',
description: { description: {
de: 'KI-Ghostwriter für Texte', de: 'KI-Ghostwriter für Texte',
en: 'AI ghostwriter for prose', en: 'AI ghostwriter for prose',