classification i18n fix (#21331)

* fix: fix classification pages none label i18n

* fix: fix README_CN formatting issue
This commit is contained in:
GuoQing Liu
2025-12-18 06:26:11 +08:00
committed by GitHub
parent 3edfd905de
commit 13957fec00
6 changed files with 18 additions and 10 deletions

View File

@@ -707,7 +707,7 @@ function LibrarySelector({
className="flex-grow cursor-pointer capitalize"
onClick={() => setPageToggle(id)}
>
{id === "none" ? t("none") : id.replaceAll("_", " ")}
{id === "none" ? t("details.none") : id.replaceAll("_", " ")}
<span className="ml-2 text-muted-foreground">
({dataset?.[id].length})
</span>