Path: blob/main/src/resources/library/dayjs/locale/en-sg.js
12923 views
// English (Singapore) [en-sg]12const locale = {3name: 'en-sg',4weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),5months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'),6weekStart: 1,7weekdaysShort: 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'),8monthsShort: 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'),9weekdaysMin: 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'),10ordinal: n => n,11formats: {12LT: 'HH:mm',13LTS: 'HH:mm:ss',14L: 'DD/MM/YYYY',15LL: 'D MMMM YYYY',16LLL: 'D MMMM YYYY HH:mm',17LLLL: 'dddd, D MMMM YYYY HH:mm'18},19relativeTime: {20future: 'in %s',21past: '%s ago',22s: 'a few seconds',23m: 'a minute',24mm: '%d minutes',25h: 'an hour',26hh: '%d hours',27d: 'a day',28dd: '%d days',29M: 'a month',30MM: '%d months',31y: 'a year',32yy: '%d years'33}34}353637export default locale383940