UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

12 lines (11 loc) 322 B
const t = { lastWeek: "'ಕಳೆದ' eeee p 'ಕ್ಕೆ'", yesterday: "'ನಿನ್ನೆ' p 'ಕ್ಕೆ'", today: "'ಇಂದು' p 'ಕ್ಕೆ'", tomorrow: "'ನಾಳೆ' p 'ಕ್ಕೆ'", nextWeek: "eeee p 'ಕ್ಕೆ'", other: "P" }, r = (e, o, a, p) => t[e]; export { r as formatRelative };