Rocky_Mountain_Vending/.pnpm-store/v10/files/e7/1e9647c0d8a7dd189c8157e6f4cdccd268c36553d5f33696ffaa69b70f5201e913561ad96e9895274a5a01f78ba83f039bc7f32953c3f8a3421e324a998444
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
429 B
Text

"use strict";
exports.formatRelative = void 0;
const formatRelativeLocale = {
lastWeek: "'նախորդ' eeee p'֊ին'",
yesterday: "'երեկ' p'֊ին'",
today: "'այսօր' p'֊ին'",
tomorrow: "'վաղը' p'֊ին'",
nextWeek: "'հաջորդ' eeee p'֊ին'",
other: "P",
};
const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];
exports.formatRelative = formatRelative;