Rocky_Mountain_Vending/.pnpm-store/v10/files/27/ca32321ba46d7c90bb8e657d31e8dab6a102b1d8f3d570701bafc18d6341d521eecb202454a1ca39ec588c84bcf69c5d069f0010335bf83ce1797791dec9a3
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
278 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Arabic locale (Egypt).
* @language Arabic
* @iso-639-2 ara
* @author AbdAllah AbdElFattah [@AbdAllahAbdElFattah13](https://github.com/AbdAllahAbdElFattah13)
*/
export declare const arEG: Locale;