diff --git a/material/partials/language/fr.html b/material/partials/language/fr.html
deleted file mode 100644
index 87d7faa99..000000000
--- a/material/partials/language/fr.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% macro t(key) %}{{ {
- "language": "fr",
- "clipboard.copy": "Copier dans le presse-papier",
- "clipboard.copied": "Copié dans le presse-papier",
- "edit.link.title": "Editer cette page",
- "footer.previous": "Précédent",
- "footer.next": "Suivant",
- "meta.comments": "Commentaires",
- "meta.source": "Source",
- "search.placeholder": "Rechercher",
- "search.result.placeholder": "Taper pour démarrer la recherche",
- "search.result.none": "Aucun document trouvé",
- "search.result.one": "1 document trouvé",
- "search.result.other": "# documents trouvés",
- "search.tokenizer": "[\s\-]+",
- "source.link.title": "Aller au dépôt",
- "toc.title": "Table des matières"
-}[key] }}{% endmacro %}
diff --git a/src/partials/language/fr.html b/src/partials/language/fr.html
new file mode 100644
index 000000000..8c135eb79
--- /dev/null
+++ b/src/partials/language/fr.html
@@ -0,0 +1,41 @@
+
+
+
+{% macro t(key) %}{{ {
+ "language": "fr",
+ "clipboard.copy": "Copier dans le presse-papier",
+ "clipboard.copied": "Copié dans le presse-papier",
+ "edit.link.title": "Editer cette page",
+ "footer.previous": "Précédent",
+ "footer.next": "Suivant",
+ "meta.comments": "Commentaires",
+ "meta.source": "Source",
+ "search.placeholder": "Rechercher",
+ "search.result.placeholder": "Taper pour démarrer la recherche",
+ "search.result.none": "Aucun document trouvé",
+ "search.result.one": "1 document trouvé",
+ "search.result.other": "# documents trouvés",
+ "search.tokenizer": "[\s\-]+",
+ "source.link.title": "Aller au dépôt",
+ "toc.title": "Table des matières"
+}[key] }}{% endmacro %}