Rocky_Mountain_Vending/.pnpm-store/v10/files/3a/1e8b6b1d2150ca85d5e6b7df6ffd149752bac997b9e0fdeb6d946189da26d02a850242109f7ba7fbfb5d5b1e03009a93aed9517950573ea7f3c7dfa004506f
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

11 lines
379 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Chinese Traditional locale.
* @language Chinese Traditional
* @iso-639-2 zho
* @author tonypai [@tpai](https://github.com/tpai)
* @author Jack Hsu [@jackhsu978](https://github.com/jackhsu978)
* @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
*/
export declare const zhTW: Locale;