From 0a66d395d119f801325d409a61cbc20c3069647c Mon Sep 17 00:00:00 2001 From: Mads Balslev Date: Tue, 27 Feb 2024 12:13:07 +0100 Subject: [PATCH] Update 'da' locale to match correct first week of year 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',