Rocky_Mountain_Vending/.pnpm-store/v10/files/6f/a3cdefc8656ea3af858e8f5eb2fb0db02eaa5e381a5275cb8bc8f3ee3daa55df437ce804c3e12a1d15083fa1c0c7dc0ad7c625684fc9059699192c654b2424
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

30 lines
949 B
Text

"use strict";
exports.pl = void 0;
var _index = require("./pl/_lib/formatDistance.cjs");
var _index2 = require("./pl/_lib/formatLong.cjs");
var _index3 = require("./pl/_lib/formatRelative.cjs");
var _index4 = require("./pl/_lib/localize.cjs");
var _index5 = require("./pl/_lib/match.cjs");
/**
* @category Locales
* @summary Polish locale.
* @language Polish
* @iso-639-2 pol
* @author Mateusz Derks [@ertrzyiks](https://github.com/ertrzyiks)
* @author Just RAG [@justrag](https://github.com/justrag)
* @author Mikolaj Grzyb [@mikolajgrzyb](https://github.com/mikolajgrzyb)
* @author Mateusz Tokarski [@mutisz](https://github.com/mutisz)
*/
const pl = (exports.pl = {
code: "pl",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});