Rocky_Mountain_Vending/.pnpm-store/v10/files/de/8ca39c8a9658ae2a83710acd9d3ca10f67718602dad9c40b656006b4489ce78b9213944d5cd99c1bb85cb2e8fddd3c2ec1a5643072d6ef2e1f332c187fde00
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
269 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Arabic locale (Moroccan Arabic).
* @language Moroccan Arabic
* @iso-639-2 ara
* @author Achraf Rrami [@rramiachraf](https://github.com/rramiachraf)
*/
export declare const arMA: Locale;