Rocky_Mountain_Vending/.pnpm-store/v10/files/1a/5629a42078a2cf6661cb5acb1261674b3c72cd15d9e87ed3f7fa696e85746d9fe04e8a3cdeee87ad050286a3b033a297e199d1ac1a834e33b1236304204394
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

28 lines
825 B
Text

"use strict";
exports.bg = void 0;
var _index = require("./bg/_lib/formatDistance.cjs");
var _index2 = require("./bg/_lib/formatLong.cjs");
var _index3 = require("./bg/_lib/formatRelative.cjs");
var _index4 = require("./bg/_lib/localize.cjs");
var _index5 = require("./bg/_lib/match.cjs");
/**
* @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)
*/
const bg = (exports.bg = {
code: "bg",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});