Files
klz-cables.com/.pnpm-store/v10/files/0b/9090b0ecd3fcf4acbfcaec4f4243cef9a5a184435a8d6a5f78a0dbe9fa32d6d8630ba05c6a59cb8d415cdaeaeb8fe4d4ff947a43a623a152572952cfa52889
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

33 lines
953 B
Plaintext

"use strict";
exports.frCA = void 0;
var _index = require("./fr/_lib/formatDistance.cjs");
var _index2 = require("./fr/_lib/formatRelative.cjs");
var _index3 = require("./fr/_lib/localize.cjs");
var _index4 = require("./fr/_lib/match.cjs");
var _index5 = require("./fr-CA/_lib/formatLong.cjs"); // Same as fr
// Unique for fr-CA
/**
* @category Locales
* @summary French locale (Canada).
* @language French
* @iso-639-2 fra
* @author Jean Dupouy [@izeau](https://github.com/izeau)
* @author François B [@fbonzon](https://github.com/fbonzon)
* @author Gabriele Petrioli [@gpetrioli](https://github.com/gpetrioli)
*/
const frCA = (exports.frCA = {
code: "fr-CA",
formatDistance: _index.formatDistance,
formatLong: _index5.formatLong,
formatRelative: _index2.formatRelative,
localize: _index3.localize,
match: _index4.match,
// Unique for fr-CA
options: {
weekStartsOn: 0 /* Sunday */,
firstWeekContainsDate: 1,
},
});