updating plugin and blocks translation namespace
This commit is contained in:
parent
9ca915613d
commit
5c1c22fb97
|
|
@ -46,7 +46,7 @@ $newsTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
|||
?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($pressPosts->found_posts === 0) : ?>
|
||||
<p class="no-posts-found"> <?php echo __("Pas de communiqué de presse actuellement", "homegrade-theme__texte-fonctionnel") ?> </p>
|
||||
<p class="no-posts-found"> <?php echo __("Pas de communiqué de presse actuellement", "homegrade-blocks") ?> </p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if ($pressPosts->max_num_pages > 1) : ?>
|
||||
|
|
|
|||
|
|
@ -71,12 +71,7 @@ export default function Edit() {
|
|||
href="#"
|
||||
class="cta cta--read-more cta--with-arrow-button cta--streched "
|
||||
>
|
||||
<span>
|
||||
{__(
|
||||
"Lire l'article",
|
||||
"homegrade-theme__texte-fonctionnel"
|
||||
)}
|
||||
</span>
|
||||
<span>{__("Lire l'article", "homegrade-blocks")}</span>
|
||||
<span class="sr-only">{post.title.rendered}</span>
|
||||
<img
|
||||
class="cta_arrow_button"
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ $newsTemplatePage = get_pages($args) ? get_pages($args)[0] : null;
|
|||
?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($pressPosts->found_posts === 0) : ?>
|
||||
<p class="no-posts-found"> <?php echo __("Pas de communiqué de presse actuellement", "homegrade-theme__texte-fonctionnel") ?> </p>
|
||||
<p class="no-posts-found"> <?php echo __("Pas de communiqué de presse actuellement", "homegrade-blocks") ?> </p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php if ($pressPosts->max_num_pages > 1) : ?>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $offresEmplois = new WP_Query($args);
|
|||
<li class="homegrade-blocks-offres-emplois__offre">
|
||||
<p class="homegrade-blocks-offres-emplois__offre-title"><a href="<?php echo $offrePermalink ?>"><?php echo $offre->post_title ?></a></p>
|
||||
<p class="homegrade-blocks-offres-emplois__offre-type"><?php echo $contractType ?></p>
|
||||
<a class="homegrade-blocks-offres-emplois__offre-download cta cta--secondary cta--button" href="<?php echo $offrePermalink ?>"><?php echo __("Consulter l'offre", "homegrade-theme__texte-fonctionnel") ?></a>
|
||||
<a class="homegrade-blocks-offres-emplois__offre-download cta cta--secondary cta--button" href="<?php echo $offrePermalink ?>"><?php echo __("Consulter l'offre", "homegrade-blocks") ?></a>
|
||||
|
||||
</li>
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ $offresEmplois = new WP_Query($args);
|
|||
<li class="homegrade-blocks-offres-emplois__offre">
|
||||
<p class="homegrade-blocks-offres-emplois__offre-title"><a href="<?php echo $offrePermalink ?>"><?php echo $offre->post_title ?></a></p>
|
||||
<p class="homegrade-blocks-offres-emplois__offre-type"><?php echo $contractType ?></p>
|
||||
<a class="homegrade-blocks-offres-emplois__offre-download cta cta--secondary cta--button" href="<?php echo $offrePermalink ?>"><?php echo __("Consulter l'offre", "homegrade-theme__texte-fonctionnel") ?></a>
|
||||
<a class="homegrade-blocks-offres-emplois__offre-download cta cta--secondary cta--button" href="<?php echo $offrePermalink ?>"><?php echo __("Consulter l'offre", "homegrade-blocks") ?></a>
|
||||
|
||||
</li>
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ $press_photo_kit_datas = get_field('press_photo_kit_datas', 'option');
|
|||
<div class="homegrade-blocks-press-photo-kit__photo-asset">
|
||||
|
||||
<img src="<?php echo $photo['sizes']['large'] ?>" alt="" />
|
||||
<a class="cta cta--download cta--white cta--circular" href="<?php echo $photo['url'] ?>" download="<?php echo $photo['filename'] ?>" title="<?php echo __('Télécharger', "homegrade-theme__texte-fonctionnel") ?>">
|
||||
<a class="cta cta--download cta--white cta--circular" href="<?php echo $photo['url'] ?>" download="<?php echo $photo['filename'] ?>" title="<?php echo __('Télécharger', "homegrade-blocks") ?>">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ $press_photo_kit_datas = get_field('press_photo_kit_datas', 'option');
|
|||
<div class="homegrade-blocks-press-photo-kit__photo-asset">
|
||||
|
||||
<img src="<?php echo $photo['sizes']['large'] ?>" alt="" />
|
||||
<a class="cta cta--download cta--white cta--circular" href="<?php echo $photo['url'] ?>" download="<?php echo $photo['filename'] ?>" title="<?php echo __('Télécharger', "homegrade-theme__texte-fonctionnel") ?>">
|
||||
<a class="cta cta--download cta--white cta--circular" href="<?php echo $photo['url'] ?>" download="<?php echo $photo['filename'] ?>" title="<?php echo __('Télécharger', "homegrade-blocks") ?>">
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user