internationnalizing load all button
This commit is contained in:
parent
623198ec11
commit
455adc3721
|
|
@ -82,14 +82,14 @@ $total_posts_found = $brochuresPosts->found_posts + $fichesInfosPosts->found_pos
|
|||
<?php echo __("categorie", "homegrade-theme__texte-fonctionnel"); ?>
|
||||
</span>
|
||||
</p>
|
||||
<button class="filters-toolbar__action-button--load-all" data-term-id="all" data-publication-type="all"><?php echo __("Afficher toutes les publications", "homegra-theme_texte-fonctionnel") ?></button>
|
||||
<button class="filters-toolbar__action-button--load-all" data-term-id="all" data-publication-type="all"><?php echo __("Afficher toutes les publications", "homegrade-theme_texte-fonctionnel") ?></button>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<button class="filters-toolbar__action-button" data-term-id="all" data-publication-type="all"><?php echo __("Tous", "homegra-theme_texte-fonctionnel") ?></button>
|
||||
<button class="filters-toolbar__action-button" data-term-id="all" data-publication-type="all"><?php echo __("Tous", "homegrade-theme_texte-fonctionnel") ?></button>
|
||||
</li>
|
||||
<li>
|
||||
<button class="filters-toolbar__action-button" data-publication-type="brochures">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user