Rocky_Mountain_Vending/.pnpm-store/v10/files/6c/88a5d9d4878c559b64f4e1b4381650dbd31d2ebf56ba3bf09e867903c1928897b324cc8bfeccceade58df41c23229648115acb9f0bdda12b7653cf41d6acdf
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

15 lines
587 B
Text

"use strict";
exports.formatRelative = void 0;
const formatRelativeLocale = {
lastWeek: "'ថ្ងៃ'eeee'ស​ប្តា​ហ៍​មុនម៉ោង' p",
yesterday: "'ម្សិលមិញនៅម៉ោង' p",
today: "'ថ្ងៃនេះម៉ោង' p",
tomorrow: "'ថ្ងៃស្អែកម៉ោង' p",
nextWeek: "'ថ្ងៃ'eeee'ស​ប្តា​ហ៍​ក្រោយម៉ោង' p",
other: "P",
};
const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];
exports.formatRelative = formatRelative;