Skip to content

Commit

Permalink
fix: Update Finnish [fi] locale to set yearStart (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjokelai committed Feb 11, 2021
1 parent 5052515 commit f3370bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/fi.js
Expand Up @@ -47,6 +47,7 @@ const locale = {
monthsShort: 'tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu'.split('_'),
ordinal: n => `${n}.`,
weekStart: 1,
yearStart: 4,
relativeTime: {
future: '%s päästä',
past: '%s sitten',
Expand Down

0 comments on commit f3370bd

Please sign in to comment.