Files
klz-cables.com/.pnpm-store/v10/files/0d/7ce91356a8f7239f888aa091d8cb5c783d651a3c50f218f27dcadc7cb586005bc366f625a46d733b6e63166ce220a658e407857467aea200dc0bd2e4002110
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

28 lines
749 B
Plaintext

"use strict";
exports.sk = void 0;
var _index = require("./sk/_lib/formatDistance.js");
var _index2 = require("./sk/_lib/formatLong.js");
var _index3 = require("./sk/_lib/formatRelative.js");
var _index4 = require("./sk/_lib/localize.js");
var _index5 = require("./sk/_lib/match.js");
/**
* @category Locales
* @summary Slovak locale.
* @language Slovak
* @iso-639-2 slk
* @author Marek Suscak [@mareksuscak](https://github.com/mareksuscak)
*/
const sk = (exports.sk = {
code: "sk",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});