Rocky_Mountain_Vending/.pnpm-store/v10/files/2c/f53e9709d8561c7f785105f27076ed1c4d384af4165d7d559c7df54b61d88f9b5d524dc8dbb294b062cb20b59dc5d08256c3fcb456ee59b2780af93cfd82b1
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

29 lines
888 B
Text

"use strict";
exports.hu = void 0;
var _index = require("./hu/_lib/formatDistance.cjs");
var _index2 = require("./hu/_lib/formatLong.cjs");
var _index3 = require("./hu/_lib/formatRelative.cjs");
var _index4 = require("./hu/_lib/localize.cjs");
var _index5 = require("./hu/_lib/match.cjs");
/**
* @category Locales
* @summary Hungarian locale.
* @language Hungarian
* @iso-639-2 hun
* @author Pavlo Shpak [@pshpak](https://github.com/pshpak)
* @author Eduardo Pardo [@eduardopsll](https://github.com/eduardopsll)
* @author Zoltan Szepesi [@twodcube](https://github.com/twodcube)
*/
const hu = (exports.hu = {
code: "hu",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});