Files
klz-cables.com/.pnpm-store/v10/files/9f/af8bf6a27980c718c66a5f127727fa833449a3c9596a5bbe8547ae46bc59628abe8c2705c51651e2e45d8f8b85f9eea06a606c3c2be0c731a082aa9ee3ca48
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
879 B
Plaintext

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