Translation does not work

Hi,

I have a problem with translation in the “related products” section. The theme I use is Ride and I use third party app to translate my shop. All other sections translate fine, except that “related products”. Tried with Shopifys Translate and Adapt also but made no difference.

Have anybody else had this same problem and is there a solution for that?

Thanks,

Tom

1 Like

Hi Tom,

If you’re using Langify then your routes should be localized by default however you could try searching for /products

inside your Theme, removing the leading slash, and prepending it with Shopify.routes.root + so that it looks something like

Shopify.routes.root + “products”

Note that before doing this you may want to backup the respective .js file as there’s no way to easily revert these files to their previous state.

To find all the occurrences of /products you can use one of the following chrome extensions:

https://chromewebstore.google.com/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb

https://chromewebstore.google.com/detail/shopify-theme-search-fast/kehfecdknjlanbagfdianfdmochlaloe

If this doesn’t help please make sure that Langify is installed on your store and reach out to support@langify-app.com and we’ll fix this for you within a few minutes.

W e glot is the app Im using. Would the principles be the same?