feat(template/who): Traduit le nom de la ville dans le titre de la page.

This commit is contained in:
Serreau Jovann
2025-11-22 10:42:38 +01:00
parent bff71b3f32
commit 91d79e60d7

View File

@@ -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}) }}