Rocky_Mountain_Vending/.pnpm-store/v10/files/04/e66b78124a8f4865b44462320831e47db339e1f74ee3f12d4284d66ec2f06a861f0dfda88411e82b11cce09b4d7c89a41348a55f3572c52e1c361447962bf7
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
230 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Malay locale.
* @language Malay
* @iso-639-2 msa
* @author Ruban Selvarajah [@Zyten](https://github.com/Zyten)
*/
export declare const ms: Locale;