Rocky_Mountain_Vending/.pnpm-store/v10/files/2d/d1a15ba840a36c14ac3f484be652ee964a43f33bc755048f8685e745a06799ebb285e4c39d56b73b8b41b8a89cda244015a308aaf1d76277f525ee7f2dc6e7
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
250 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Mongolian locale.
* @language Mongolian
* @iso-639-2 mon
* @author Bilguun Ochirbat [@bilguun0203](https://github.com/bilguun0203)
*/
export declare const mn: Locale;