Rocky_Mountain_Vending/.pnpm-store/v10/files/73/9bc3f3bc5f6e7fb35b4bbf30db23da08660191a5b5b26a0d92899c2a6549f2a62085362cc596f4a1b085af26a07c74c567078415acff5f84eca65d1ca6779a
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
230 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Kazakh locale.
* @language Kazakh
* @iso-639-2 kaz
* @author Nikita Bayev [@drugoi](https://github.com/drugoi)
*/
export declare const kk: Locale;