Skip to content

Commit

Permalink
Merge pull request #741 from robinvd/master
Browse files Browse the repository at this point in the history
add week to the dutch/nl locale
  • Loading branch information
jadchaar committed Dec 20, 2019
2 parents 5395fbb + 545dead commit 70fb905
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 @@ -1006,6 +1006,8 @@ class DutchLocale(Locale):
"hours": "{0} uur",
"day": "een dag",
"days": "{0} dagen",
"week": "een week",
"weeks": "{0} weken",
"month": "een maand",
"months": "{0} maanden",
"year": "een jaar",
Expand Down

0 comments on commit 70fb905

Please sign in to comment.