Rocky_Mountain_Vending/.pnpm-store/v10/files/5d/eb5d02e459e5d6596700aa1b98a3986bbb612aebfa0639228be8b6af4dd7f87a9168c90176f29a9ed982e3ef16c6fe1823f599d70c31c51d31d91a90f41df6
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
411 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;