Skip to content

Commit

Permalink
Add French locale for week granularity (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV authored and systemcatch committed Sep 5, 2019
1 parent d4afda5 commit e6bafb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ class FrenchLocale(Locale):
"hours": "{0} heures",
"day": "un jour",
"days": "{0} jours",
"week": "une semaine",
"weeks": "{0} semaines",
"month": "un mois",
"months": "{0} mois",
"year": "un an",
Expand Down

0 comments on commit e6bafb3

Please sign in to comment.