mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
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:
parent
32147194fd
commit
d880e89204
5 changed files with 5 additions and 5 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
|
|
|
||||||
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue