Files
klz-cables.com/.pnpm-store/v10/files/e8/6a0b62b19d425c1b1b1a0e01b63d14785ee42f8a3427290f95b7a4ce3bc45e60762d0c8bdb39b17fa5fd9aae4105ebe71a7a1b3c3745c69ee8173ac0a0b380
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

33 lines
1.1 KiB
Plaintext

"use strict";
exports.nl = void 0;
var _index = require("./nl/_lib/formatDistance.js");
var _index2 = require("./nl/_lib/formatLong.js");
var _index3 = require("./nl/_lib/formatRelative.js");
var _index4 = require("./nl/_lib/localize.js");
var _index5 = require("./nl/_lib/match.js");
/**
* @category Locales
* @summary Dutch locale.
* @language Dutch
* @iso-639-2 nld
* @author Jorik Tangelder [@jtangelder](https://github.com/jtangelder)
* @author Ruben Stolk [@rubenstolk](https://github.com/rubenstolk)
* @author Lode Vanhove [@bitcrumb](https://github.com/bitcrumb)
* @author Edo Rivai [@edorivai](https://github.com/edorivai)
* @author Niels Keurentjes [@curry684](https://github.com/curry684)
* @author Stefan Vermaas [@stefanvermaas](https://github.com/stefanvermaas)
*/
const nl = (exports.nl = {
code: "nl",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});