Rocky_Mountain_Vending/.pnpm-store/v10/files/03/e15304a7cb15811b9d4b911dbc1b222a895c2f1312c74e8fbaf7cf64cf332a5367db7abc45799ba0e7c4330cd046312379a060a0d5ec1eddcde65523541a12
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

8 lines
220 B
Text

/**
* http://ecma-international.org/ecma-402/7.0/index.html#sec-canonicalizelocalelist
* @param locales
*/
export function CanonicalizeLocaleList(locales) {
// TODO
return Intl.getCanonicalLocales(locales);
}