Rocky_Mountain_Vending/.pnpm-store/v10/files/64/ca9ce25260c44ffc07e10ddb7e674a844b651425ffd9dd4b284d3e589303d43e8233e730c5cf4db101d64f192edfe40e2e4d96732849e20bfc49d22b4a5e41
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

10 lines
377 B
Text

const formatRelativeLocale = {
lastWeek: "eeee 'الماضي عند الساعة' p",
yesterday: "'الأمس عند الساعة' p",
today: "'اليوم عند الساعة' p",
tomorrow: "'غدا عند الساعة' p",
nextWeek: "eeee 'القادم عند الساعة' p",
other: "P",
};
export const formatRelative = (token) => formatRelativeLocale[token];