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>
11 lines
386 B
Text
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;
|