Files
website/messages/en.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
743 B
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"site_name": "unom",
"site_tagline": "Creative web development from Rottweil.",
"site_description": "Creative web development from Rottweil",
"home_title": "unom - Creative web development",
"projects_heading": "Projects",
"projects_intro": "Our own products and brands, built in-house at unom.",
"blog_title": "Blog",
"blog_meta_description": "Notes, thoughts, and tutorials from the unom workshop.",
"blog_empty": "No posts yet.",
"blog_all": "All posts",
"blog_latest_heading": "From the blog",
"blog_back": "Blog",
"footer_overview": "Overview",
"footer_home": "Home",
"footer_legal": "Legal",
"footer_imprint": "Imprint",
"footer_privacy": "Privacy"
}