Files
klz-cables.com/.pnpm-store/v10/files/e1/9d76ea0d56094d141b231c97d600e32bb7209f7aa67030c0551aa163a1730cbf7b7c4e1008a452c22162b8f4789acaa5996ca337571a7b25948999e82e3028
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

32 lines
994 B
Plaintext

"use strict";
exports.frCH = void 0;
var _index = require("./fr/_lib/formatDistance.cjs");
var _index2 = require("./fr/_lib/localize.cjs");
var _index3 = require("./fr/_lib/match.cjs");
var _index4 = require("./fr-CH/_lib/formatLong.cjs");
var _index5 = require("./fr-CH/_lib/formatRelative.cjs"); // Same as fr
// Unique for fr-CH
/**
* @category Locales
* @summary French locale (Switzerland).
* @language French
* @iso-639-2 fra
* @author Jean Dupouy [@izeau](https://github.com/izeau)
* @author François B [@fbonzon](https://github.com/fbonzon)
* @author Van Vuong Ngo [@vanvuongngo](https://github.com/vanvuongngo)
* @author Alex Hoeing [@dcbn](https://github.com/dcbn)
*/
const frCH = (exports.frCH = {
code: "fr-CH",
formatDistance: _index.formatDistance,
formatLong: _index4.formatLong,
formatRelative: _index5.formatRelative,
localize: _index2.localize,
match: _index3.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});