ajout dans le menu du changement

pull/15/head
Hugo PRADIER 11 months ago committed by clfreville2
parent 0215583fee
commit 4cff543f7d

@ -16,11 +16,15 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="{{ path('app_species_index') }}">Herbarium</a>
{% if app.user %}
<a class="nav-link" href="{{ path('app_logout') }}">{{ app.user.email }} - {{ 'log_out'|trans }}</a>
{% else %}
<a class="nav-link" href="{{ path('app_login') }}">{{ 'sign_in'|trans }}</a>
{% endif %}
<div class="navbar-nav ms-auto">
<a class="nav-link" href="{{ path('app_setting_locale', { 'locale': 'en' }) }}">English</a>
<a class="nav-link" href="{{ path('app_setting_locale', { 'locale': 'fr' }) }}">Français</a>
{% if app.user %}
<a class="nav-link" href="{{ path('app_logout') }}">{{ app.user.email }} - {{ 'log_out'|trans }}</a>
{% else %}
<a class="nav-link" href="{{ path('app_login') }}">{{ 'sign_in'|trans }}</a>
{% endif %}
</div>
</div>
</nav>
<div class="container my-4">

@ -11,7 +11,7 @@
<th>Id</th>
<th>{{ 'scientific_name'|trans }}</th>
<th>{{ 'vernacular_name'|trans }}</th>
<th>Region</th>
<th>{{ 'region'|trans }}</th>
<th>Actions</th>
</tr>
</thead>

@ -149,6 +149,10 @@
<source>edit_species</source>
<target>Edit species</target>
</trans-unit>
<trans-unit id="sczbhz" resname="edit_post">
<source>edit_post</source>
<target>Edit post</target>
</trans-unit>
</body>
</file>
</xliff>

@ -149,6 +149,10 @@
<source>edit_species</source>
<target>Éditer l'espèce</target>
</trans-unit>
<trans-unit id="sczbhz" resname="edit_post">
<source>edit_post</source>
<target>Éditer la publication</target>
</trans-unit>
</body>
</file>
</xliff>

Loading…
Cancel
Save