From 0c806746f2b871303b8f2fc3aec94e2d66d74702 Mon Sep 17 00:00:00 2001 From: hailin Date: Fri, 18 Apr 2025 00:34:27 +0800 Subject: [PATCH] . --- app/[locale]/layout.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 474058a..22f9133 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -86,6 +86,8 @@ export default async function RootLayout({ const { t, resources } = await initTranslations(locale, i18nNamespaces) + console.log(".layout.tsx..............locale: ", {locale}); + return (