문제

I want to translate Filter by text:

enter image description here

I have translated it in app/i18n/es_ES.csv and in app/design/frontend/.../Theme/i18n/es_ES.csv but this doesn´t work. I have tried all the possibilities:

enter image description here

What can I do?

Thanks

도움이 되었습니까?

해결책

I had the same problem. There's no chance to translate "Filter by" with the csv file. I resolved the problem editing config.xml in this location html/app/code/Theme/Ajaxlayernavigation/etc

enter image description here

If you founded another method let me know, but this way works for me

다른 팁

By default in Magento 2, "Filter by" text is not available, So make sure that the text printed in the file from the theme or module has used the standard Magento 2 coding standard like.

<?php echo __('Filter by'); ?>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top