Rocky_Mountain_Vending/.pnpm-store/v10/files/e7/5fb79a5e788469849139f8cd0d95ec2db9f71d6e7f4e67e74f2b22215a7fd2de952b3ec2639924b8535d14ea1a35da9d75c60ab8b27c2468798ec2c7375c55
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
301 B
Text

const formatRelativeLocale = {
lastWeek: "'pasinta' eeee 'je' p",
yesterday: "'hieraŭ je' p",
today: "'hodiaŭ je' p",
tomorrow: "'morgaŭ je' p",
nextWeek: "eeee 'je' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];