Files
klz-cables.com/.pnpm-store/v10/files/c9/a9908d62d761f987acf5fb1d3c024995bd3169b90ac8d3a0787c24b32e03721a824d67ad9395e9e82a9b8dc71a3fd913a841f60ebd899eb8d9601764fee3a0
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

29 lines
822 B
Plaintext

"use strict";
exports.mt = void 0;
var _index = require("./mt/_lib/formatDistance.cjs");
var _index2 = require("./mt/_lib/formatLong.cjs");
var _index3 = require("./mt/_lib/formatRelative.cjs");
var _index4 = require("./mt/_lib/localize.cjs");
var _index5 = require("./mt/_lib/match.cjs");
/**
* @category Locales
* @summary Maltese locale.
* @language Maltese
* @iso-639-2 mlt
* @author Andras Matzon [@amatzon](@link https://github.com/amatzon)
* @author Bryan Borg [@bryanMt](@link https://github.com/bryanMt)
*/
const mt = (exports.mt = {
code: "mt",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});