Rocky_Mountain_Vending/.pnpm-store/v10/files/26/1387f540b14dc3de0546f045328af6b0caa5918a09ebcccf9d9dc1c0c7b9ba02ec692daa6e5f00677c176147354d59dc17511bf6fd28339b85babff84b4ebf
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
313 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Vietnamese locale (Vietnam).
* @language Vietnamese
* @iso-639-2 vie
* @author Thanh Tran [@trongthanh](https://github.com/trongthanh)
* @author Leroy Hopson [@lihop](https://github.com/lihop)
*/
export declare const vi: Locale;