react-storefront
react-storefront copied to clipboard
How to pass translated hint texts for MagnifyHint
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"}}
/>