From 5bcc1bb2e8d9b8cb11525027d6d85ac3af955b30 Mon Sep 17 00:00:00 2001 From: Indigo Tang Date: Mon, 9 Jun 2025 03:28:32 +0000 Subject: [PATCH] select language is not working when switch to traditional chinese --- src/app/[locale]/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 1733371..70f70ce 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -1,3 +1,4 @@ + // This layout wraps specific locale pages and sets up providers. import type { Metadata } from 'next'; // Keep for potential locale-specific metadata import '../globals.css'; // Ensure global styles are still imported @@ -26,7 +27,7 @@ export default async function LocaleLayout({ params: { locale: string }; }>) { return ( - +