UNPKG

dt-i18n

Version:

A lightweight, modular JavaScript/TypeScript date and time utility with built-in internationalization (i18n) support for many languages.

9 lines (8 loc) 320 B
const e = { numbers: ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"], months: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"], weekdays: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"] }; export { e as default };