Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/7217ce85c109cf1a319e10df260ac875768951f964ac0a4f77cd0e8a605cc69b8616a3c5d32719cfc9d9d1d08684f392bfb5d8529215f0f7ae036e6e71e104
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
276 B
Text

import type { Locale } from "./types.js";
/**
* @type {Locale}
* @category Locales
* @summary Central Kurdish locale.
* @language Central Kurdish
* @iso-639-2 kur
* @author Revan Sarbast [@Revan99]{@link https://github.com/Revan99}
*/
export declare const ckb: Locale;