Files
klz-cables.com/.pnpm-store/v10/files/b9/bbe15735cdaaf101d56edc0ce3864f686852bc3cf30a63b107904e342d947a638032ded15efe5ee1027d0ffacfb24335c9610875ec051f833b64c9adc9d8d0
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
765 B
Plaintext

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