start translate

This commit is contained in:
hugo.pradier2
2024-06-10 21:43:00 +02:00
committed by clfreville2
parent ccb2b541ea
commit 352a0db047
18 changed files with 767 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
<form method="post" action="{{ path('app_post_delete', {'id': post.id}) }}" onsubmit="return confirm('Are you sure you want to delete this item?');">
<input type="hidden" name="_token" value="{{ csrf_token('delete' ~ post.id) }}">
<button class="btn btn-danger">Delete</button>
<button class="btn btn-danger">{{ 'delete'|trans }}</button>
</form>