Skip to content
Snippets Groups Projects
Commit a5e17340 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

i18n

parent 99ae2c0d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,9 @@
<div class="mb-1">
<div class="float-end">
<span class="content-editor__elements__element--hover">
<a href="#" class="action js-block__copy" data-block-id="<%= block.id %>">Copier le bloc</a>
<a href="#" class="action js-block__copy" data-block-id="<%= block.id %>">
<%= t('admin.communication.contents.blocks.copy') %>
</a>
<%= destroy_link block, html_classes: 'action text-danger ms-2' %>
<%= duplicate_link block, html_classes: 'action ms-2' %>
</span>
......
......@@ -503,6 +503,7 @@ en:
placeholder: Enter video title
contents:
blocks:
copy: Copy block
paste: Paste block
quantity:
zero: No block
......
......@@ -503,6 +503,7 @@ fr:
placeholder: Entrer le titre de la vidéo
contents:
blocks:
copy: Copier le bloc
paste: Coller le bloc
quantity:
zero: Aucun bloc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment