Task:6563 | Добавил языковую проверку кнопки очистки

dev_10_fixbugs
Your Name 2 months ago
parent 5515c79e10
commit d8a0067a73
  1. 2
      wp-content/themes/cosmopet/templates/_pages/shop/archive-product.twig

@ -54,7 +54,7 @@
{% endif %} {% endif %}
<button class="active-filters__clear button button--white"> <button class="active-filters__clear button button--white">
{{ function('pll_e', 'Очистить все') }} {% if current_lang == 'ru' %}{{ function('pll_e', 'Очистить все') }}{% elseif current_lang == 'en' %}{{ function('pll_e', 'Clear all') }}{% endif %}
</button> </button>
</div> </div>
{% endif %} {% endif %}

Loading…
Cancel
Save