Files
klz-cables.com/.pnpm-store/v10/files/b1/1e829e8ac07d5b09d9069f287c783b888974df49352dc2a34286e49a3d827f4b951db6b461c29f2c41334698f3d8c6c614e94a60518e4f8048ac5111d18830
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
948 B
Plaintext

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