From 00c35a8e89a45702c3003f397ff3b39072026965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Coquillard?= Date: Wed, 27 May 2026 19:38:16 +0000 Subject: [PATCH] =?UTF-8?q?ajouter=20mois=20de=20l'ann=C3=A9e=20en=20fran?= =?UTF-8?q?=C3=A7ais?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/_config.yml b/_config.yml index 0528949..8b2c278 100644 --- a/_config.yml +++ b/_config.yml @@ -37,6 +37,20 @@ plugins: # timezone: Asia/Shanghai +month_names_fr: + "01": "janvier" + "02": "février" + "03": "mars" + "04": "avril" + "05": "mai" + "06": "juin" + "07": "juillet" + "08": "août" + "09": "septembre" + "10": "octobre" + "11": "novembre" + "12": "décembre" + collections: - publications - news