diff --git a/src/_layouts/formations.njk b/src/_layouts/formations.njk
index 0060f5d..634ef12 100644
--- a/src/_layouts/formations.njk
+++ b/src/_layouts/formations.njk
@@ -2,7 +2,13 @@
layout: sparna.njk
bodyClass: page page-id-20 page-template-default
---
-
{{ "Formations" | i18n }}
+{% if locale == "fr" %}
+ Nos
formations
+{% endif %}
+
+{% if locale == "en" %}
+
Formations
+{% endif %}
{% set collectionsLocal = collections.formation | localeFilter(locale) %}
@@ -10,4 +16,4 @@ bodyClass: page page-id-20 page-template-default
{{formation.content | safe}}
-{% endfor %}
\ No newline at end of file
+{% endfor %}