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

@@ -23,8 +23,8 @@
<td>{{ species.vernacularName }}</td>
<td>{{ species.region }}</td>
<td>
<a href="{{ path('app_species_show', {'id': species.id}) }}">show</a>
<a href="{{ path('app_species_edit', {'id': species.id}) }}">edit</a>
<a href="{{ path('app_species_show', {'id': species.id}) }}">Show</a>
<a href="{{ path('app_species_edit', {'id': species.id}) }}">Edit</a>
</td>
</tr>
{% else %}