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>
10 lines
522 B
Text
10 lines
522 B
Text
{
|
|
"dateTime": "%A, %e de %B de %Y, %X",
|
|
"date": "%d/%m/%Y",
|
|
"time": "%H:%M:%S",
|
|
"periods": ["AM", "PM"],
|
|
"days": ["diumenge", "dilluns", "dimarts", "dimecres", "dijous", "divendres", "dissabte"],
|
|
"shortDays": ["dg.", "dl.", "dt.", "dc.", "dj.", "dv.", "ds."],
|
|
"months": ["gener", "febrer", "març", "abril", "maig", "juny", "juliol", "agost", "setembre", "octubre", "novembre", "desembre"],
|
|
"shortMonths": ["gen.", "febr.", "març", "abr.", "maig", "juny", "jul.", "ag.", "set.", "oct.", "nov.", "des."]
|
|
}
|