Rocky_Mountain_Vending/.pnpm-store/v10/files/8d/108db0df090114760d9b85f1799bbad9548232e0c2f84be321e5cdd131411119e4e5d0893c0210508fbf7e0f4df4137d6d56c1fc37006e3c0fd146f87f52e1
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
311 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Bulgarian locale.
* @language Bulgarian
* @iso-639-2 bul
* @author Nikolay Stoynov [@arvigeus](https://github.com/arvigeus)
* @author Tsvetan Ovedenski [@fintara](https://github.com/fintara)
*/
export declare const bg: Locale;