Rocky_Mountain_Vending/.pnpm-store/v10/files/bf/9078c3359de49a823b8d552ea3d11870b169f534df467011c38086e02ddd4012552da4c3cacf4680ddefa21640041eecb40e399c05c8aee816fda8d1bfd7be
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
312 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Bengali locale.
* @language Bengali
* @iso-639-2 ben
* @author Touhidur Rahman [@touhidrahman](https://github.com/touhidrahman)
* @author Farhad Yasir [@nutboltu](https://github.com/nutboltu)
*/
export declare const bn: Locale;