Files
klz-cables.com/.pnpm-store/v10/files/c4/7b25581a0e31c35d7c4a9db8448ed44115714897d5ea8b8352fd84c5870e963fb9b5b091f2e034e9b8e278112bab03e40971bf183ca7b4dfe6ffb40a757fda
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
770 B
Plaintext

"use strict";
exports.itCH = void 0;
var _index = require("./it/_lib/formatDistance.cjs");
var _index2 = require("./it/_lib/formatRelative.cjs");
var _index3 = require("./it/_lib/localize.cjs");
var _index4 = require("./it/_lib/match.cjs");
var _index5 = require("./it-CH/_lib/formatLong.cjs");
/**
* @category Locales
* @summary Italian locale (Switzerland).
* @language Italian
* @iso-639-2 ita
* @author Mike Peyer [@maic66](https://github.com/maic66)
*/
const itCH = (exports.itCH = {
code: "it-CH",
formatDistance: _index.formatDistance,
formatLong: _index5.formatLong,
formatRelative: _index2.formatRelative,
localize: _index3.localize,
match: _index4.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});