Skip to content

Commit 44b0936

Browse files
authored
fix: Update 'da' locale to match correct first week of year (#2592)
The first week of the year in Denmark is always the week containing January 4th
1 parent 2076da9 commit 44b0936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/locale/da.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const locale = {
99
months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),
1010
monthsShort: 'jan._feb._mar._apr._maj_juni_juli_aug._sept._okt._nov._dec.'.split('_'),
1111
weekStart: 1,
12+
yearStart: 4,
1213
ordinal: n => `${n}.`,
1314
formats: {
1415
LT: 'HH:mm',

0 commit comments

Comments
 (0)