Rocky_Mountain_Vending/.pnpm-store/v10/files/46/09b058489de48ee251368ef6234d2dcd9d50058d0e3b21ff5da3ac826f941d58035d2a07b0bff2a4700171d7fda46fe7e735d70fd1671e415d97728e9965bc
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
325 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (Canada).
* @language English
* @iso-639-2 eng
* @author Mark Owsiak [@markowsiak](https://github.com/markowsiak)
* @author Marco Imperatore [@mimperatore](https://github.com/mimperatore)
*/
export declare const enCA: Locale;