Files
klz-cables.com/.pnpm-store/v10/files/45/48865f0212d76a443d9fa4df3bd3913da95a8b94b6a478d271bcb647d0f42a0b0d1482f09ad20d739528a376b048620678a2bb4b724eaa5cb02851312a0723
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
818 B
Plaintext

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