From 68e44ff0e488beb4ce8988f76081ef34472b8a37 Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 22 Apr 2025 18:36:24 +0800 Subject: [PATCH] . --- app/[locale]/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 38a11aa..4c2ab7f 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -65,7 +65,7 @@ export async function generateMetadata({ }: { params: { locale: string } }): Promise { - const { t } = await initTranslations(locale, ["meta"]) + const { t } = await initTranslations(locale, ["translation"]) const appName = t("meta.appName") const defaultTitle = t("meta.defaultTitle")