What's your biggest current challenge? Have your say in Community Polls along the right column.

translation our products label help

translation our products label help

BE11
Visitor
2 0 0

Hi. ive translated my store from English to Hebrew, and this part didn't translate:

Screenshot 2024-11-24 at 17.37.42.png

 Please help me solve it.

Thank You and Regards.

Replies 2 (2)

DanCodes
Shopify Partner
54 9 6

Hi,

You can try changing the title for the "All" collection.

 

Here are the steps:

1. Go to the Online Store.

2. Click Edit code.

3. Find the sections folder.

4. Find the file named main-collection-banner.liquid.

5. Replace the following code fragment:

1.jpeg

If you'd like to support my work, you're welcome to treat me to a coffee here: Buy Me a Coffee
If you'd like to hire me, feel free to contact me: E-mail WhatsApp
BE11
Visitor
2 0 0

Hey, thanks for trying to help me but I don't want to straightly translate it. I want to make this translatable in translate and adapt, so I have "Our Products" in the English version of the site and "המוצרים שלנו" in the Hebrew version of the site.

and by the way my code is like that:

 <div class="collection-hero{% if section.settings.show_collection_image and collection.image %} collection-hero--with-image{% endif %} color-{{ section.settings.color_scheme }} gradient">
<div class="collection-hero__inner page-width {% if settings.animations_reveal_on_scroll %} scroll-trigger animate--fade-in{% endif %}">
<div class="collection-hero__text-wrapper">
<h1 class="collection-hero__title test">
<span class="visually-hidden">{{ 'sections.collection_template.title' | t }}: </span>
{% comment %}
{{- collection.title | escape -}}
{% endcomment %}
Our Products
</h1>