react-storefront icon indicating copy to clipboard operation
react-storefront copied to clipboard

How to pass translated hint texts for MagnifyHint

Open ScyDev opened this issue 2 years ago • 0 comments

As advised by Howie, I'm posting this question here. It's neither a bug report nor a feature request.

I'm trying to pass translated hint texts for "Hover to Zoom", "Click to Expand" and "Tap to Expand" through MediaCarousel to MagnifyHint, but I don't know if I'm doing it right or if it is even possible. Please help.

<MediaCarousel
className={classes.carousel}
lightboxClassName={classes.lightboxCarousel}
thumbnail={thumbnail.current}
height="100%"
media={color.media || (product && product.media)}
magnifyProps={{zoomTextDesktop: "Mit der Maus zoomen"}}
/>

ScyDev avatar May 06 '22 06:05 ScyDev