fix: update i18n - tool group descriptions

This commit is contained in:
2026-09-13 06:47:14 +05:00
parent 372babc3b7
commit 4de42b1e40
12 changed files with 131 additions and 75 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
const groups = $derived(
PREVIEW_GROUPS.map((g) => ({
id: g.id,
label: g.label,
label: t(`categories.${g.id}`),
tools: g.tools.filter(
(t) =>
(category === "all" || category === g.id) &&