Rocky_Mountain_Vending/.pnpm-store/v10/files/73/da0fdc0fc6f44f87a1f2f62ca2dc414a67b44917759986d28504b4933c965c17895483506aa64adea756d58337e137b0e9e3b564e07a20222258d3628b1cb0
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
251 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Chinese Traditional locale.
* @language Chinese Traditional
* @iso-639-2 zho
* @author Gary Ip [@gaplo](https://github.com/gaplo)
*/
export declare const zhHK: Locale;