Files
klz-cables.com/.pnpm-store/v10/files/77/9ba75d22cc55e26f62b1f852fd9f1a0eadd23f143ec3fbf55065a76f052f0269cc0efdc84d9f858b8104327e2c6a717dd776f2f79901cb1fd7a422b8d28d95
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

31 lines
944 B
Plaintext

"use strict";
exports.pl = void 0;
var _index = require("./pl/_lib/formatDistance.js");
var _index2 = require("./pl/_lib/formatLong.js");
var _index3 = require("./pl/_lib/formatRelative.js");
var _index4 = require("./pl/_lib/localize.js");
var _index5 = require("./pl/_lib/match.js");
/**
* @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,
},
});