Rocky_Mountain_Vending/.pnpm-store/v10/files/a6/dc8e4ed3b191d0fdac4c1cbe78b5c566f8c44710a9157d24ffa5f7529c1dde7ea9de77cdc2aeb90d78e32763944403ec81c965f7671682eb6efeaff1e033e9
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
251 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Scottish Gaelic.
* @language Scottish Gaelic
* @iso-639-2 gla
* @author Lee Driscoll [@leedriscoll](https://github.com/leedriscoll)
*/
export declare const gd: Locale;