Skip to content

Commit

Permalink
Add international français (fr) language support
Browse files Browse the repository at this point in the history
lang: added international français (fr) language support
  • Loading branch information
gouguoyin committed Oct 31, 2022
2 parents 3cedcc1 + b8a0333 commit 4699b00
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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"
}

0 comments on commit 4699b00

Please sign in to comment.