From 44b0936ad709212b63e48672d8b9c225e2c3b830 Mon Sep 17 00:00:00 2001 From: Mads Balslev Date: Tue, 23 Apr 2024 19:29:33 +0200 Subject: [PATCH] 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 --- src/locale/da.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locale/da.js b/src/locale/da.js index 0b5709f0e..536081ad9 100644 --- a/src/locale/da.js +++ b/src/locale/da.js @@ -9,6 +9,7 @@ const locale = { months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'), monthsShort: 'jan._feb._mar._apr._maj_juni_juli_aug._sept._okt._nov._dec.'.split('_'), weekStart: 1, + yearStart: 4, ordinal: n => `${n}.`, formats: { LT: 'HH:mm',