Rocky_Mountain_Vending/.pnpm-store/v10/files/2b/0109b25c3aeebdb291d47780129c840cc684842f1926671545258c0f8c684347a52b49f2b42ebab8d8bbdf741271036f0ca0f5b91ed54db7ac4caa2748c902
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
309 B
Text

const formatRelativeLocale = {
lastWeek: "eeee 'li għadda' 'fil-'p",
yesterday: "'Il-bieraħ fil-'p",
today: "'Illum fil-'p",
tomorrow: "'Għada fil-'p",
nextWeek: "eeee 'fil-'p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];