mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
fix: Closes #5 修复首选语言检测错误的问题
This commit is contained in:
@ -35,7 +35,6 @@ export function CommentItem(
|
||||
}
|
||||
) {
|
||||
const locale = useLocale();
|
||||
console.log("locale", locale);
|
||||
const t = useTranslations("Comment");
|
||||
const commonT = useTranslations("Common");
|
||||
const clickToUserProfile = useToUserProfile();
|
||||
|
Reference in New Issue
Block a user