Files
klz-cables.com/.pnpm-store/v10/files/db/80e9ffb6053d03ca6e98a81118dcf8cbd1a098bd289c340e983107fed0c9487551fbcc33df07543c70934cc766cb0928c89445b1d06863533dcdd04234d444
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

29 lines
813 B
Plaintext

"use strict";
exports.ca = void 0;
var _index = require("./ca/_lib/formatDistance.js");
var _index2 = require("./ca/_lib/formatLong.js");
var _index3 = require("./ca/_lib/formatRelative.js");
var _index4 = require("./ca/_lib/localize.js");
var _index5 = require("./ca/_lib/match.js");
/**
* @category Locales
* @summary Catalan locale.
* @language Catalan
* @iso-639-2 cat
* @author Guillermo Grau [@guigrpa](https://github.com/guigrpa)
* @author Alex Vizcaino [@avizcaino](https://github.com/avizcaino)
*/
const ca = (exports.ca = {
code: "ca",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});