From d581bebf63440edc0877909daf94c852d8ea9fa7 Mon Sep 17 00:00:00 2001 From: Saadallah Date: Wed, 5 Jun 2024 17:36:01 +0100 Subject: [PATCH] Update fr.json Since three months have four-letter names, the nomenclature of months in the French language most often uses three- to four-lettered abbreviations as follows --- src/lib/i18n/fr.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/i18n/fr.json b/src/lib/i18n/fr.json index 19dfb2a..a2f90f4 100644 --- a/src/lib/i18n/fr.json +++ b/src/lib/i18n/fr.json @@ -2,13 +2,13 @@ "months": { "0": "Jan", "1": "Fév", - "2": "Mar", + "2": "Mars", "3": "Avr", "4": "Mai", - "5": "Jui", + "5": "Juin", "6": "Juil", - "7": "Aôu", - "8": "Sep", + "7": "Août", + "8": "Sept", "9": "Oct", "10": "Nov", "11": "Déc" @@ -16,4 +16,4 @@ "weekDays": ["D", "L", "M", "M", "J", "V", "S"], "accept": "Accepter", "cancel": "Annuler" -} \ No newline at end of file +}