Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/d6d425324bba21f10167db86e914a1a5d8edaa846258e69a5c79167ff44f0657076eb8776621372baba415ddf8aad61f95a2217f40301b27dd8312fd022090
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

9 lines
236 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Welsh locale.
* @language Welsh
* @iso-639-2 cym
* @author Elwyn Malethan [@elmomalmo](https://github.com/elmomalmo)
*/
export declare const cy: Locale;