UNPKG

dt-format

Version:
33 lines (32 loc) 495 B
"use strict"; exports.__esModule = true; exports.WEEK_TEXT = { 1: { long: 'Lundi', short: 'Lun' }, 2: { long: 'Mardi', short: 'Mar' }, 3: { long: 'Mercredi', short: 'Mer' }, 4: { long: 'Jeudi', short: 'Jeu' }, 5: { long: 'Vendredi', short: 'Ven' }, 6: { long: 'Samedi', short: 'Sam' }, 7: { long: 'Dimanche', short: 'Dim' } };