Use 3 letter name instead of 2 plus .

old
Kristoffer Rene Eckhoff 2016-11-11 16:20:29 +01:00 committed by GitHub
parent 7eb6680998
commit a4887282f4
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ const dateLocales = {
months: 'januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember'.split('_'),
monthsShort: 'jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.'.split('_'),
weekdays: 'søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag'.split('_'),
weekdaysShort: 'sø._ma._ti._on._to._fr._lø'.split('_'),
weekdaysShort: 'søn._man._tir_ons_tor_fre_lør'.split('_'),
weekdaysLetter: []
},
en: {