Fixed i18n.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function Home() {
|
|||||||
const [searchQuery, setSearchQuery] = useState<string | null>(null);
|
const [searchQuery, setSearchQuery] = useState<string | null>(null);
|
||||||
|
|
||||||
const categoriesFilter = useMemo(() => [
|
const categoriesFilter = useMemo(() => [
|
||||||
{ value: "", label: t("all") },
|
{ value: "", label: t("allCategories") },
|
||||||
{ value: "Seeds", label: t("seeds") },
|
{ value: "Seeds", label: t("seeds") },
|
||||||
{ value: "GardenSupplies", label: t("gardenSupplies") },
|
{ value: "GardenSupplies", label: t("gardenSupplies") },
|
||||||
{ value: "TechnicalComponents", label: t("technicalComponents") },
|
{ value: "TechnicalComponents", label: t("technicalComponents") },
|
||||||
|
|||||||
Reference in New Issue
Block a user