Files
klz-cables.com/.pnpm-store/v10/files/3a/5dbf0d4a1319d146a5f7d0b19a088ff36ff03e5c1163b8e0bc7391818a5bc7a69ca05c5273382b2b4ede4e16fdab42ee1e1800d4f2fd33fe634f80a07d08ec
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
884 B
Plaintext

"use strict";
exports.fi = void 0;
var _index = require("./fi/_lib/formatDistance.cjs");
var _index2 = require("./fi/_lib/formatLong.cjs");
var _index3 = require("./fi/_lib/formatRelative.cjs");
var _index4 = require("./fi/_lib/localize.cjs");
var _index5 = require("./fi/_lib/match.cjs");
/**
* @category Locales
* @summary Finnish locale.
* @language Finnish
* @iso-639-2 fin
* @author Pyry-Samuli Lahti [@Pyppe](https://github.com/Pyppe)
* @author Edo Rivai [@mikolajgrzyb](https://github.com/mikolajgrzyb)
* @author Samu Juvonen [@sjuvonen](https://github.com/sjuvonen)
*/
const fi = (exports.fi = {
code: "fi",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});