chore: update translations

This commit is contained in:
LukeGus
2025-12-23 16:12:42 -06:00
parent ae6b165e37
commit 66ca197301
3 changed files with 19 additions and 8 deletions

View File

@@ -386,7 +386,7 @@ export function LeftSidebar({
case "tags":
const tags = Array.isArray(h.tags) ? h.tags : [];
const hasMatchingTag = tags.some((tag) =>
tag.toLowerCase().includes(value)
tag.toLowerCase().includes(value),
);
if (!hasMatchingTag) return false;
break;