Skip to content

Commit

Permalink
fix(datepicker): adjust nl translations
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Apr 22, 2022
1 parent db1eb99 commit 95a93d9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const i18nDate: I18n = {
nl: {
months: 'januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december'.split('_'),
monthsShort: 'jan_feb_mrt_apr_mei_juni_juli_aug_sept_okt_nov_dec.'.split('_'),
weekdays: 'maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag_zondag'.split('_'),
weekdaysShort: 'ma_di_woe_do_vr_za_zo'.split('_'),
weekdaysMin: 'ma_di_wo_do_vr_za_zo'.split('_'),
weekdays: 'zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag'.split('_'),
weekdaysShort: 'zo_ma_di_woe_do_vr_za'.split('_'),
weekdaysMin: 'zo_ma_di_wo_do_vr_za'.split('_'),
},
}

0 comments on commit 95a93d9

Please sign in to comment.