@@ -84,7 +89,22 @@
- — Firefox ignores
+ the html lang attribute for native date inputs, so users on FR
+ still saw mm/dd/yyyy. flatpickr enforces dd/mm/yyyy across all
+ browsers and locales (universal in Europe). #}
+
{{ _('loyalty.enrollment.form.birthday_hint') }}
@@ -170,5 +190,10 @@
{% endblock %}
{% block extra_scripts %}
+{# flatpickr loaded synchronously so x-init can call flatpickr() during Alpine setup #}
+
+{% if current_language and current_language != 'en' %}
+
+{% endif %}
{% endblock %}