Skip to content

Commit

Permalink
Added translation for weeks in Finnish locale (#1157)
Browse files Browse the repository at this point in the history
Co-authored-by: Jad Chaar <jadchaar@users.noreply.github.com>
  • Loading branch information
vreima and jadchaar committed Sep 30, 2023
1 parent de0aea9 commit 1b95733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arrow/locales.py
Expand Up @@ -873,6 +873,8 @@ class FinnishLocale(Locale):
"hours": {"past": "{0} tuntia", "future": "{0} tunnin"},
"day": {"past": "päivä", "future": "päivän"},
"days": {"past": "{0} päivää", "future": "{0} päivän"},
"week": {"past": "viikko", "future": "viikon"},
"weeks": {"past": "{0} viikkoa", "future": "{0} viikon"},
"month": {"past": "kuukausi", "future": "kuukauden"},
"months": {"past": "{0} kuukautta", "future": "{0} kuukauden"},
"year": {"past": "vuosi", "future": "vuoden"},
Expand Down

0 comments on commit 1b95733

Please sign in to comment.