We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1a1e9 commit ac2ec77Copy full SHA for ac2ec77
src/locale/da.js
@@ -3,7 +3,10 @@ import dayjs from 'dayjs'
3
const locale = {
4
name: 'da',
5
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('_'),
8
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('_'),
10
weekStart: 1,
11
ordinal: n => `${n}.`,
12
formats: {
0 commit comments