Files
klz-cables.com/.pnpm-store/v10/files/2c/f53e9709d8561c7f785105f27076ed1c4d384af4165d7d559c7df54b61d88f9b5d524dc8dbb294b062cb20b59dc5d08256c3fcb456ee59b2780af93cfd82b1
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

30 lines
888 B
Plaintext

"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,
},
});