Rocky_Mountain_Vending/.pnpm-store/v10/files/42/e4d1605367095b6cbed687dc50bf610c5d439f0a2d4e7f333d953db3b288d27cb2bb613b694df7329d0c2b48edbd0c9c5ffacccac193245e2e7d700ad533d1
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

10 lines
330 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Galician locale.
* @language Galician
* @iso-639-2 glg
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
*/
export declare const gl: Locale;