From b8a033384313454fb0e53dc0b30b6a0daa9af59a Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Mon, 31 Oct 2022 18:05:37 +0800 Subject: [PATCH] =?UTF-8?q?lang:=20added=20international=20fran=C3=A7ais?= =?UTF-8?q?=20(fr)=20language=20support?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since the international Français language support is missing and it happens that I know the language, I believe I can contribute in. This patch adds international Français (fr) language support into lang/ directory. Signed-off-by: (Holloway) Chew, Kean Ho --- lang/fr.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 lang/fr.json diff --git a/lang/fr.json b/lang/fr.json new file mode 100755 index 00000000..a7ce6d67 --- /dev/null +++ b/lang/fr.json @@ -0,0 +1,20 @@ +{ + "months": "Janvier|Février|Mars|Avril|Mai|Juin|Juillet|Août|Septembre|Octobre|Novembre|Décembre", + "short_months": "Janv|Févr|Mars|Avril|Mai|Juin|Juil|Août|Sept|Oct|Nov|Déc", + "weeks": "Dimanche|Lundi|Mardi|Mercredi|Jeudi|Vendredi|Samedi", + "short_weeks": "Dim|Lun|Mar|Mer|Jeu|Ven|Sam", + "seasons": "Le Printemps|L’été|L’Automne|L’Hiver", + "constellations": "Bélier|Taureau|Gémeaux|Cancer|Lion|Vierge|Balance|Scorpion|Sagittaire|Capricorne|Verseau|Poissons", + "year": "1 an|%d ans", + "month": "1 mois|%d mois", + "week": "1 semaine|%d semaines", + "day": "1 jour|%d jours", + "hour": "1 heure|%d heures", + "minute": "1 minute|%d minutes", + "second": "1 seconde|%d secondes", + "now": "à l'instant", + "ago": "il y a %s", + "from_now": "%s à partir de maintenant", + "before": "avant %s", + "after": "après %s" +}