This commit is contained in:
parent
ea5133801e
commit
575ae56fc5
|
|
@ -169,6 +169,7 @@ export default async function Login({
|
||||||
|
|
||||||
const { t, resources } = await initTranslations(locale, ['translation']);
|
const { t, resources } = await initTranslations(locale, ['translation']);
|
||||||
// 打印翻译内容确认是否正常加载
|
// 打印翻译内容确认是否正常加载
|
||||||
|
console.log("...............locale: ", {locale});
|
||||||
console.log("Translation for login.email: ", t("login.email"));
|
console.log("Translation for login.email: ", t("login.email"));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue