fix(i18n): ensure next-intl client component namespaces are loaded
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 21s
Build & Deploy / 🧪 QA (push) Successful in 1m7s
Build & Deploy / 🏗️ Build (push) Successful in 2m44s
Build & Deploy / 🚀 Deploy (push) Successful in 30s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 51s
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-05-27 16:41:17 +02:00
parent 3b20d4087c
commit 75c15fce43

View File

@@ -123,6 +123,11 @@ export default async function Layout(props: {
'Error',
'StandardPage',
'Brochure',
'JobListingBlock',
'CallToAction',
'InteractiveGermanyMap',
'ReferencesSlider',
'CompanyTimeline',
];
const clientMessages: Record<string, any> = {};
for (const key of clientKeys) {