Rocky_Mountain_Vending/.pnpm-store/v10/files/88/32afd52686f79c2d9831ebcc218bb1e44058e1fd8d9106412ac4a05f23b54b7ca384c14daae0efd0a06dd70df6d48083458307d12067dfbccaf7219e7821ef
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
303 B
Text

const formatRelativeLocale = {
lastWeek: "'førre' eeee 'kl.' p",
yesterday: "'i går kl.' p",
today: "'i dag kl.' p",
tomorrow: "'i morgon kl.' p",
nextWeek: "EEEE 'kl.' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];