Rocky_Mountain_Vending/.pnpm-store/v10/files/8e/d8c0ed465a006eb2bc0478370a487deaf632bb74bbcb7e055cba0f546cafee5568d266f8bc31925c0d868e28890ddce2759d6aebe3081e1267c1a49362f89d
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
393 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Norwegian Bokmål locale.
* @language Norwegian Bokmål
* @iso-639-2 nob
* @author Hans-Kristian Koren [@Hanse](https://github.com/Hanse)
* @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
* @author Dag Stuan [@dagstuan](https://github.com/dagstuan)
*/
export declare const nb: Locale;