Rocky_Mountain_Vending/.pnpm-store/v10/files/d1/8411a340533cf02b6e622b1adf37b32857070caa6f5cef5bbceacb30903f1f213090ad4e14a1d9ceb95f8163c7022ca63a98536b18f66c16fe62c6bd43adb8
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
304 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Catalan locale.
* @language Catalan
* @iso-639-2 cat
* @author Guillermo Grau [@guigrpa](https://github.com/guigrpa)
* @author Alex Vizcaino [@avizcaino](https://github.com/avizcaino)
*/
export declare const ca: Locale;