Files
website/messages/de.json
T
enricobuehler f47f7989e0
Build & Deploy unom website / build (push) Successful in 26s
Build & Deploy unom website / deploy (push) Successful in 4s
fix(footer): default nav + tagline when the tenant's CMS footer is empty
The unom tenant's footer doc has no sections yet (the multi-tenant migration
backfilled the old footer to the punktfunk tenant), so the footer rendered as
an empty, near-invisible bar. Render a sensible default (Übersicht/Rechtliches
links + site tagline) when there are no CMS sections; CMS content overrides it
once the unom footer is populated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-20 18:19:19 +02:00

25 lines
769 B
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"site_name": "unom",
"site_tagline": "Kreative Webentwicklung aus Rottweil.",
"site_description": "Kreative Webentwicklung aus Rottweil",
"home_title": "unom - Kreative Webentwicklung",
"projects_heading": "Projekte",
"projects_intro": "Eigene Produkte und Marken aus dem Hause unom.",
"blog_title": "Blog",
"blog_meta_description": "Notizen, Gedanken und Tutorials aus der Werkstatt von unom.",
"blog_empty": "Noch keine Beiträge.",
"blog_all": "Alle Beiträge",
"blog_latest_heading": "Aus dem Blog",
"blog_back": "Blog",
"footer_overview": "Übersicht",
"footer_home": "Startseite",
"footer_legal": "Rechtliches",
"footer_imprint": "Impressum",
"footer_privacy": "Datenschutz"
}