Skip to content

Commit ac2ec77

Browse files
DerJacquesiamkun
authored andcommitted
fix: Update Danish (da) locale (#626)
1 parent 7f1a1e9 commit ac2ec77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/locale/da.js

+3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import dayjs from 'dayjs'
33
const locale = {
44
name: 'da',
55
weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
6+
weekdaysShort: 'søn._man._tirs._ons._tors._fre._lør.'.split('_'),
7+
weekdaysMin: 'sø._ma._ti._on._to._fr._lø.'.split('_'),
68
months: 'januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december'.split('_'),
9+
monthsShort: 'jan._feb._mar._apr._maj_juni_juli_aug._sept._okt._nov._dec.'.split('_'),
710
weekStart: 1,
811
ordinal: n => `${n}.`,
912
formats: {

0 commit comments

Comments
 (0)