Rocky_Mountain_Vending/.pnpm-store/v10/files/b8/2cd556046175638b90b72c5ac7f95c04bf9eb78be8b499cdb3ee89aa3c80afcf4094e39131673a45fcc30d36cf24fde02c4fab9925e34adbd130523a78dc5a
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

15 lines
391 B
Text

"use strict";
exports.formatRelative = void 0;
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",
};
const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];
exports.formatRelative = formatRelative;