|
|
|
@ -61,35 +61,35 @@ BottomNavigation.defaultProps = { |
|
|
|
|
pages: [ |
|
|
|
|
{ |
|
|
|
|
id: 0, |
|
|
|
|
name: "صفحه اصلی", |
|
|
|
|
name: `${window.t("صفحه اصلی")}`, |
|
|
|
|
link: "/", |
|
|
|
|
activeIcon: activeHomeIcon, |
|
|
|
|
deactiveIcon: deactiveHomeIcon, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 1, |
|
|
|
|
name: "محصولات", |
|
|
|
|
name: `${window.t("محصولات")}`, |
|
|
|
|
link: "/products", |
|
|
|
|
activeIcon: activeProductsIcon, |
|
|
|
|
deactiveIcon: deactiveProductsIcon, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 2, |
|
|
|
|
name: "ویدئو", |
|
|
|
|
name: `${window.t("ویدئو")}`, |
|
|
|
|
link: "/videos", |
|
|
|
|
activeIcon: activeVideoIcon, |
|
|
|
|
deactiveIcon: deactiveVideoIcon, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 3, |
|
|
|
|
name: "سبد خرید", |
|
|
|
|
name: `${window.t("سبد خرید")}`, |
|
|
|
|
link: "/cart", |
|
|
|
|
activeIcon: activeTestIcon, |
|
|
|
|
deactiveIcon: deactiveTestIcon, |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
id: 4, |
|
|
|
|
name: "حساب کاربری", |
|
|
|
|
name: `${window.t("حساب کاربری")}`, |
|
|
|
|
link: "/dashboard", |
|
|
|
|
activeIcon: activeProfileIcon, |
|
|
|
|
deactiveIcon: deactiveProfileIcon, |
|
|
|
|