Skip to content

Commit

Permalink
add weeks to catalan locale (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
rimu authored Oct 24, 2024
1 parent 74815df commit 540182a
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 @@ -3621,6 +3621,8 @@ class CatalanLocale(Locale):
"hours": "{0} hores",
"day": "un dia",
"days": "{0} dies",
"week": "una setmana",
"weeks": "{0} setmanes",
"month": "un mes",
"months": "{0} mesos",
"year": "un any",
Expand Down

0 comments on commit 540182a

Please sign in to comment.