Skip to content

Commit 1b95733

Browse files
vreimajadchaar
andauthored
Added translation for weeks in Finnish locale (#1157)
Co-authored-by: Jad Chaar <jadchaar@users.noreply.github.com>
1 parent de0aea9 commit 1b95733

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arrow/locales.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,8 @@ class FinnishLocale(Locale):
873873
"hours": {"past": "{0} tuntia", "future": "{0} tunnin"},
874874
"day": {"past": "päivä", "future": "päivän"},
875875
"days": {"past": "{0} päivää", "future": "{0} päivän"},
876+
"week": {"past": "viikko", "future": "viikon"},
877+
"weeks": {"past": "{0} viikkoa", "future": "{0} viikon"},
876878
"month": {"past": "kuukausi", "future": "kuukauden"},
877879
"months": {"past": "{0} kuukautta", "future": "{0} kuukauden"},
878880
"year": {"past": "vuosi", "future": "vuoden"},

0 commit comments

Comments
 (0)