Skip to content

Commit

Permalink
fix: Update Danish (da) locale (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerJacques authored and iamkun committed Jul 10, 2019
1 parent 7f1a1e9 commit ac2ec77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/locale/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import dayjs from 'dayjs'
const locale = {
name: 'da',
weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
weekdaysShort: 'søn._man._tirs._ons._tors._fre._lør.'.split('_'),
weekdaysMin: 'sø._ma._ti._on._to._fr._lø.'.split('_'),
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,
ordinal: n => `${n}.`,
formats: {
Expand Down

0 comments on commit ac2ec77

Please sign in to comment.