UNPKG

@fifteen/design-system-vue

Version:

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

12 lines (11 loc) 444 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 };