internationnalizing all button filter

This commit is contained in:
Antoine M 2023-12-11 16:22:48 +01:00
parent 32255e5f79
commit 2240cc0a74

View File

@ -78,7 +78,7 @@ $posts = new WP_Query($args);
?> ?>
<li> <li>
<button class="filters-toolbar__action-button" data-term-id="all" data-term-name="all">Tous</button> <button class="filters-toolbar__action-button" data-term-id="all" data-term-name="all"> <?php echo __("Tous", "homegrade-theme__texte-fonctionnel") ?></button>
</li> </li>
<?php foreach ($news_types as $typeTerm) : ?> <?php foreach ($news_types as $typeTerm) : ?>
<?php <?php