Files
klz-cables.com/.pnpm-store/v10/files/02/eb52ecdc4f07fc0370125b221ca412e242f5a2b75dafe30911e849d3cee6e5d0a1978f5a23d6d8a14efb57a4c78a6895618bd014fe9396bfdb6fe7f38a903a
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
798 B
Plaintext

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