Rocky_Mountain_Vending/.pnpm-store/v10/files/e6/5cab85bb4f6ef1b77ed49b4eebd00bdbde39a8326a53bb050448a8acacfa706fd06b57e366f022a7c1b6cbb50d6472cce30c76f1382d8aea36f8ee634168f1
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

6 lines
241 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CanonicalizeUnicodeLocaleId = CanonicalizeUnicodeLocaleId;
function CanonicalizeUnicodeLocaleId(locale) {
return Intl.getCanonicalLocales(locale)[0];
}