UNPKG

dt-format

Version:
33 lines (31 loc) 455 B
import { LocaleObject } from '../locale.object'; export const WEEK_TEXT: LocaleObject = { 1: { long: 'Montag', short: 'Mon', }, 2: { long: 'Dienstag', short: 'Die', }, 3: { long: 'Mittwoch', short: 'Mit', }, 4: { long: 'Donnerstag', short: 'Thu', }, 5: { long: 'Freitag', short: 'Fre', }, 6: { long: 'Samstag', short: 'Sam', }, 7: { long: 'Sonntag', short: 'Son', }, };