feat: add i18n for Pinned (#4535)

Co-authored-by: Johnny <yourselfhosted@gmail.com>
This commit is contained in:
XIN_____
2025-03-18 21:17:09 +08:00
committed by GitHub
parent d63ef81c9d
commit 3d0f7285f9

View File

@@ -108,7 +108,7 @@ const StatisticsView = observer(() => {
> >
<div className="w-auto flex justify-start items-center mr-1"> <div className="w-auto flex justify-start items-center mr-1">
<BookmarkIcon className="w-4 h-auto mr-1" /> <BookmarkIcon className="w-4 h-auto mr-1" />
<span className="block text-sm">Pinned</span> <span className="block text-sm">{t("common.pinned")}</span>
</div> </div>
<span className="text-sm truncate">{userStore.state.currentUserStats.pinnedMemos.length}</span> <span className="text-sm truncate">{userStore.state.currentUserStats.pinnedMemos.length}</span>
</div> </div>