Rocky_Mountain_Vending/.pnpm-store/v10/files/59/45dc677672c38b25477a7d5e991a8efddeb7e980e9e4d4f952c66064bc6fe1f0c3909800d9e1929dac5453185a8add2ec29159e765d1d3d0da40cac71328cf
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

10 lines
504 B
Text

{
"dateTime": "%A den %d. %B %Y %X",
"date": "%d.%m.%Y",
"time": "%H:%M:%S",
"periods": ["AM", "PM"],
"days": ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"],
"shortDays": ["søn", "man", "tir", "ons", "tor", "fre", "lør"],
"months": ["januar", "februar", "mars", "april", "mai", "juni", "juli", "august", "september", "oktober", "november", "desember"],
"shortMonths": ["jan", "feb", "mars", "apr", "mai", "juni", "juli", "aug", "sep", "okt", "nov", "des"]
}