Rocky_Mountain_Vending/.pnpm-store/v10/files/b3/e89a93a1e4084cee9d3323be326172ef46611772612ecf20d1c49d9043e5a1807597989750de22a28ec45cc1ff98bf545b7eecce2d623b60da9b85d82315d9
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
329 B
Text

const formatRelativeLocale = {
lastWeek: "'ўтган' eeee p 'да'",
yesterday: "'кеча' p 'да'",
today: "'бугун' p 'да'",
tomorrow: "'эртага' p 'да'",
nextWeek: "eeee p 'да'",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];