This commit is contained in:
2026-01-17 01:50:54 +01:00
parent c12b32ed5e
commit c8f61257c9
62 changed files with 1297 additions and 1028 deletions

View File

@@ -18,7 +18,7 @@ export default async function LocaleLayout({
return (
<html lang={locale}>
<body className="flex flex-col min-h-screen">
<NextIntlClientProvider messages={messages}>
<NextIntlClientProvider messages={messages} locale={locale}>
<Header />
<main className="flex-grow">
{children}