Rocky_Mountain_Vending/.pnpm-store/v10/files/61/ba18c5f315ffcf2517537da333909957b4f2e4dbe3d8e99506728b2dfecfb577a91d34fd3f5dfc0d7b864dd15daa5ba79c9c40ce990f5fa7f125b71b85ecdb
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
255 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (South Africa).
* @language English
* @iso-639-2 eng
* @author Shaila Kavrakova [@shaykav](https://github.com/shaykav)
*/
export declare const enZA: Locale;