Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/24646536dc665f3190e226d795db3997ffa6526e8cd6a3aacc269618d72e5076bb356bb3bc712bb880716b29490b3a9786f1e69b99337f0546500b97b27013
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: "'të' eeee 'e shkuar në' p",
yesterday: "'dje në' p",
today: "'sot në' p",
tomorrow: "'nesër në' p",
nextWeek: "eeee 'at' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];