Files
klz-cables.com/.pnpm-store/v10/files/19/15fbbcec8d835dcb91dc3fc3a1c5c04080a4bb4c4e6a8771847cc7954a63cf279a7bc49cdc33d563ca95058b82737bb019b7045f4f9648aede481d2ef23934
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

30 lines
862 B
Plaintext

"use strict";
exports.enCA = void 0;
var _index = require("./en-US/_lib/formatRelative.cjs");
var _index2 = require("./en-US/_lib/localize.cjs");
var _index3 = require("./en-US/_lib/match.cjs");
var _index4 = require("./en-CA/_lib/formatDistance.cjs");
var _index5 = require("./en-CA/_lib/formatLong.cjs");
/**
* @category Locales
* @summary English locale (Canada).
* @language English
* @iso-639-2 eng
* @author Mark Owsiak [@markowsiak](https://github.com/markowsiak)
* @author Marco Imperatore [@mimperatore](https://github.com/mimperatore)
*/
const enCA = (exports.enCA = {
code: "en-CA",
formatDistance: _index4.formatDistance,
formatLong: _index5.formatLong,
formatRelative: _index.formatRelative,
localize: _index2.localize,
match: _index3.match,
options: {
weekStartsOn: 0 /* Sunday */,
firstWeekContainsDate: 1,
},
});