✨ feat(template/who): Traduit le nom de la ville dans le titre de la page.
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<!-- Header et Localisation -->
|
<!-- Header et Localisation -->
|
||||||
<div class="text-center mb-12 p-6 bg-white shadow-xl rounded-xl">
|
<div class="text-center mb-12 p-6 bg-white shadow-xl rounded-xl">
|
||||||
<h1 class="text-4xl font-extrabold tracking-tight text-indigo-700 sm:text-5xl mb-4">
|
<h1 class="text-4xl font-extrabold tracking-tight text-indigo-700 sm:text-5xl mb-4">
|
||||||
{{'who_page.title'|trans({'%s': city})}}
|
{{'who_page.title'|trans({'%s': city|trans})}}
|
||||||
</h1>
|
</h1>
|
||||||
<p class="mt-4 text-xl text-gray-600">
|
<p class="mt-4 text-xl text-gray-600">
|
||||||
{{ 'who_page.description'|trans({'%s': city}) }}
|
{{ 'who_page.description'|trans({'%s': city}) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user