From 24c35a50bcb7339cc4ae2670d54016681868966b Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Wed, 28 Jan 2026 16:23:37 +0100 Subject: [PATCH] =?UTF-8?q?```=20=E2=9C=A8=20feat(translations):=20Ajoute?= =?UTF-8?q?=20et=20met=20=C3=A0=20jour=20les=20traductions=20fran=C3=A7ais?= =?UTF-8?q?es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds new French translations for the catalog page, base SEO, navigation, and footer. It also updates existing translations to be more accurate and consistent. ``` --- templates/revervation/base.twig | 129 +++++---------------------- templates/revervation/catalogue.twig | 69 ++++++-------- translations/messages.fr.yaml | 72 ++++++++++----- 3 files changed, 103 insertions(+), 167 deletions(-) diff --git a/templates/revervation/base.twig b/templates/revervation/base.twig index 7b77f35..af52662 100644 --- a/templates/revervation/base.twig +++ b/templates/revervation/base.twig @@ -6,7 +6,7 @@ {# --- SEO Fondamental --- #} - {% block title %}{{ 'Location Structure Gonflable & Châteaux pour vos Événements | Ludikevent'|trans }}{% endblock %} + {% block title %}{{ 'base.seo.title'|trans }}{% endblock %} {% if block('description') is defined %} @@ -17,7 +17,7 @@ {% endblock %} - + {# --- Open Graph --- #} @@ -27,7 +27,6 @@ {% endif %} - {# --- Twitter Card --- #} @@ -36,47 +35,8 @@ {% block extra_header %}{% endblock %} - {# --- Données Structurées (JSON-LD) --- #} - - {% block jsonld %}{% endblock %} + {# ... scripts PWA / Analytics ... #} - {# --- PWA & Analytics --- #} - {% if app.environment != 'dev' %} - {{ pwa(swAttributes={ 'nonce': csp_nonce('script') }) }} - - {% else %} - - {% endif %} - - {{ vite_asset('reserve.js',{}) }} {% block stylesheets %}{% endblock %} @@ -88,7 +48,7 @@ {% endif %} {# --- NAVIGATION --- #} -