Skip to content

Commit 66c5935

Browse files
authored
fix: update Swedish [sv] locale to set correct yearStart (#1385)
1 parent 4c936ab commit 66c5935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/locale/sv.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const locale = {
99
months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),
1010
monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
1111
weekStart: 1,
12+
yearStart: 4,
1213
ordinal: (n) => {
1314
const b = n % 10
1415
const o = (b === 1) || (b === 2) ? 'a' : 'e'

0 commit comments

Comments
 (0)