fix(i18n): localize TeamGrid component
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 29s
Build & Deploy / 🧪 QA (push) Successful in 1m12s
Build & Deploy / 🏗️ Build (push) Successful in 2m58s
Build & Deploy / 🚀 Deploy (push) Successful in 30s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 48s
Build & Deploy / 🔔 Notify (push) Successful in 5s

This commit is contained in:
2026-05-28 09:38:59 +02:00
parent 5329d96e3b
commit 2a46015d0d
4 changed files with 27 additions and 5 deletions

View File

@@ -128,6 +128,7 @@ export default async function Layout(props: {
'InteractiveGermanyMap',
'ReferencesSlider',
'CompanyTimeline',
'TeamGrid',
];
const clientMessages: Record<string, any> = {};
for (const key of clientKeys) {