We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c936ab commit 66c5935Copy full SHA for 66c5935
src/locale/sv.js
@@ -9,6 +9,7 @@ const locale = {
9
months: 'januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december'.split('_'),
10
monthsShort: 'jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec'.split('_'),
11
weekStart: 1,
12
+ yearStart: 4,
13
ordinal: (n) => {
14
const b = n % 10
15
const o = (b === 1) || (b === 2) ? 'a' : 'e'
0 commit comments