From 75c15fce43984539431546f365781b9dd062a00d Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 27 May 2026 16:41:17 +0200 Subject: [PATCH] fix(i18n): ensure next-intl client component namespaces are loaded --- app/[locale]/layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index b928b250c..4d1dedad0 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -123,6 +123,11 @@ export default async function Layout(props: { 'Error', 'StandardPage', 'Brochure', + 'JobListingBlock', + 'CallToAction', + 'InteractiveGermanyMap', + 'ReferencesSlider', + 'CompanyTimeline', ]; const clientMessages: Record = {}; for (const key of clientKeys) {