This commit is contained in:
parent
a9ae787cac
commit
0c806746f2
|
|
@ -86,6 +86,8 @@ export default async function RootLayout({
|
||||||
|
|
||||||
const { t, resources } = await initTranslations(locale, i18nNamespaces)
|
const { t, resources } = await initTranslations(locale, i18nNamespaces)
|
||||||
|
|
||||||
|
console.log(".layout.tsx..............locale: ", {locale});
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<body className={inter.className}>
|
<body className={inter.className}>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue