Rocky_Mountain_Vending/.pnpm-store/v10/files/b1/492ba160aac61b347bd6ebd78627b1d4592a7b60e07a8d5a3bb6911ed3f782d474d4e65524e75a490340e22dbc8eb04758eee5e31ec8b84d424c7cbb98d1f8
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
832 B
Text

"use strict";
exports.uk = void 0;
var _index = require("./uk/_lib/formatDistance.cjs");
var _index2 = require("./uk/_lib/formatLong.cjs");
var _index3 = require("./uk/_lib/formatRelative.cjs");
var _index4 = require("./uk/_lib/localize.cjs");
var _index5 = require("./uk/_lib/match.cjs");
/**
* @category Locales
* @summary Ukrainian locale.
* @language Ukrainian
* @iso-639-2 ukr
* @author Andrii Korzh [@korzhyk](https://github.com/korzhyk)
* @author Andriy Shcherbyak [@shcherbyakdev](https://github.com/shcherbyakdev)
*/
const uk = (exports.uk = {
code: "uk",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});