Rocky_Mountain_Vending/.pnpm-store/v10/files/6a/e9bc7a75669ba5ddd2e436dbd21e490b3baa19ce7ebeadbdf34089930fc2cc65ab808e36ff0b9347d1a32769bbd6c90d0619f6443490cb7f9ad21d5e69d4b6
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
260 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Arabic locale (Sauid Arabic).
* @language Arabic
* @iso-639-2 ara
* @author Dhaifallah Alwadani [@dalwadani](https://github.com/dalwadani)
*/
export declare const arSA: Locale;