Back to Breadcrumbs Support

AlexeiKo
AlexeiKo

Hey I'm having a problem translating page titles. at the home page it working, but after it takes title without translation.

How can I translate it? thanks

AlexeiKo
AlexeiKo

I found this one:

please add this to your code.

<li class="{{crumbOptions['main-li-class']}} {% if crumb.crumb_disabled %} {{crumbOptions['disabled-class']}} {% endif %} {% if loop.last %} {{crumbOptions['active-class']}} {% endif %}" {% if loop.last %} id="bcLast" {% endif %}>
    {% if not loop.last and not crumb.crumb_disabled %} <a href="{{crumb.baseFileName | page}}"> {% endif %} {{crumb.title|_}} {% if not loop.last and not crumb.is_disabled %}</a>{% endif %}
</li>

{{crumb.title|_}}

1-2 of 2