Rocky_Mountain_Vending/.pnpm-store/v10/files/28/5fd4bc79819adf48e1bb368bc2fb2f8e88b8f81217f9d96e3a241dbc3b3140fccc97e831496335b2c5baea80239a1f4e651ef99f080bf5249e6d6a21f326a8
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

11 lines
412 B
Text

const formatRelativeLocale = {
lastWeek: "eeee'ที่แล้วเวลา' p",
yesterday: "'เมื่อวานนี้เวลา' p",
today: "'วันนี้เวลา' p",
tomorrow: "'พรุ่งนี้เวลา' p",
nextWeek: "eeee 'เวลา' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];