Rocky_Mountain_Vending/.pnpm-store/v10/files/a3/db0c1c4b9ca83b30535ea45baabbe99d531463f1e20335d78cda1e9cb2ac40a2f1b8c86c9ac0c5e9aa71be0de5acaf12383fae1d68560d18f6165687683889
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

11 lines
386 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Italian locale.
* @language Italian
* @iso-639-2 ita
* @author Alberto Restifo [@albertorestifo](https://github.com/albertorestifo)
* @author Giovanni Polimeni [@giofilo](https://github.com/giofilo)
* @author Vincenzo Carrese [@vin-car](https://github.com/vin-car)
*/
export declare const it: Locale;