Rocky_Mountain_Vending/.pnpm-store/v10/files/ad/7cea9627b064669c00df71dc7b558bc2e9116a43a92112bdc6ae3bbe204d5e6cd9e4b3768c454861f5ec7fa814a0df218e5dd0f0850b5000d6ce600f25fe99
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
289 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary French locale.
* @language French
* @iso-639-2 fra
* @author Jean Dupouy [@izeau](https://github.com/izeau)
* @author François B [@fbonzon](https://github.com/fbonzon)
*/
export declare const fr: Locale;