Rocky_Mountain_Vending/.pnpm-store/v10/files/45/78ed4c88cc38a4fbf27fa8e1e44bb6eca908a7a1a295a8d38cd127de6fbce1750d3b886d873ea56b03ade0aa730abd54497e7289283bc699ac7cf16173c580
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
304 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Icelandic locale.
* @language Icelandic
* @iso-639-2 isl
* @author Derek Blank [@derekblank](https://github.com/derekblank)
* @author Arnór Ýmir [@lamayg](https://github.com/lamayg)
*/
export declare const is: Locale;