Rocky_Mountain_Vending/.pnpm-store/v10/files/22/b9c1dad7c65957b426d93bec12df9dcf06d4aab9f21736ffec665fe8ebe5a15bc4d164b9bbfc37eb37c3c2b938995f94e3e0012e29c37e113fffbfa19ba05f
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
370 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Romanian locale.
* @language Romanian
* @iso-639-2 ron
* @author Sergiu Munteanu [@jsergiu](https://github.com/jsergiu)
* @author Adrian Ocneanu [@aocneanu](https://github.com/aocneanu)
* @author Mihai Ocneanu [@gandesc](https://github.com/gandesc)
*/
export declare const ro: Locale;