This commit is contained in:
hailin 2025-04-18 00:13:44 +08:00
parent 9c01d2f858
commit ea5133801e
1 changed files with 2 additions and 0 deletions

View File

@ -168,6 +168,8 @@ export default async function Login({
}
const { t, resources } = await initTranslations(locale, ['translation']);
// 打印翻译内容确认是否正常加载
console.log("Translation for login.email: ", t("login.email"));
return (
<div className="flex w-full flex-1 flex-col justify-center gap-2 px-8 sm:max-w-md">