Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/30026d4c1237e179d6ddfa03034e7ea290d2daf67a6d6931aa7414be12e80dd64c4acc91d0e6053463c79e9a8a4b681ca2dce88874e9c0edeff567d113f4f6
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

7 lines
208 B
Text

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