Skip to content

Commit

Permalink
fix: Update 'da' locale to match correct first week of year (#2592)
Browse files Browse the repository at this point in the history
The first week of the year in Denmark is always the week containing January 4th
  • Loading branch information
MadsBalslev committed Apr 23, 2024
1 parent 2076da9 commit 44b0936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/locale/da.js
Expand Up @@ -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',
Expand Down

0 comments on commit 44b0936

Please sign in to comment.