diff --git a/src/components/AddToCart/index.js b/src/components/AddToCart/index.js index 682ebaa..30350d6 100644 --- a/src/components/AddToCart/index.js +++ b/src/components/AddToCart/index.js @@ -19,15 +19,19 @@ const AddToCartCard = ({ const specialities = [ { icon: circleTick, - description: ` توصیه به خرید توسط ${numberOfSuggest} نفر`, + description: `${window.t( + "توصیه به خرید توسط" + )} ${numberOfSuggest} ${window.t("نفر")}`, }, { icon: linearGroup, - description: `زمان ارسال ${sendingTime} روز کاری پس از سفارش`, + description: `${window.t("زمان ارسال")} ${sendingTime} ${window.t( + "روز کاری پس از سفارش" + )}`, }, { icon: shieldTick, - description: `گارانتی اصالت و سلامت فیزیکی`, + description: `${window.t("گارانتی اصالت و سلامت فیزیکی")} `, }, ]; return ( @@ -47,7 +51,10 @@ const AddToCartCard = ({ )} {specialities.map((item, index) => ( -
+
{item.icon && }

{item.description}

@@ -55,11 +62,12 @@ const AddToCartCard = ({

{price} - تومان{" "} + {window.t("تومان")}{" "}

{profit && (
- با خرید این کالا {profit} تومان سود کنید + {window.t("با خرید این کالا")} {profit}{" "} + {window.t("تومان سود کنید")}
)}
@@ -71,10 +79,13 @@ const AddToCartCard = ({ <>
-

بازگشت بی چون و چرا

+

+ {window.t("بازگشت بی چون و چرا")} +

- ما خیلی خوب هستیم و دوستتون داریم در صورتی که از کالایی خوشتون - نیومد میتونید بی قید و شرط بسش بدید + {window.t( + "ما خیلی خوب هستیم و دوستتون داریم در صورتی که از کالایی خوشتون نیومد میتونید بی قید و شرط بسش بدید" + )}

diff --git a/src/views/Home/Desktop/SalesContainer/index.js b/src/views/Home/Desktop/SalesContainer/index.js index 779355f..48f9a83 100644 --- a/src/views/Home/Desktop/SalesContainer/index.js +++ b/src/views/Home/Desktop/SalesContainer/index.js @@ -19,20 +19,21 @@ const SalesContainer = ({ books }) => {

{" "} - دوشنبه{" "} + {window.t("دوشنبه")}{" "}

{" "} - کتاااابی{" "} + {window.t("کتاااابی")}{" "}

- بیش از ۵۰ کتاب تخفیف خورده  + {window.t("بیش از ۵۰ کتاب تخفیف خورده")} +