Skip to content

Commit

Permalink
fix: update Swedish [sv] locale to set correct yearStart (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
frehoy committed Feb 16, 2021
1 parent 4c936ab commit 66c5935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/sv.js
Expand Up @@ -9,6 +9,7 @@ const locale = {
months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),
monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
weekStart: 1,
yearStart: 4,
ordinal: (n) => {
const b = n % 10
const o = (b === 1) || (b === 2) ? 'a' : 'e'
Expand Down

0 comments on commit 66c5935

Please sign in to comment.