Files
klz-cables.com/.pnpm-store/v10/files/76/f6d5888125a14914c3c3d9317e0b7b8658ea5e8f834048d581caa53d5056b344d0061dd1187548a47009c91f22371d2bc20aa861ad6276f4e138b8a4e8065d
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.be = void 0;
var _index = require("./be/_lib/formatDistance.cjs");
var _index2 = require("./be/_lib/formatLong.cjs");
var _index3 = require("./be/_lib/formatRelative.cjs");
var _index4 = require("./be/_lib/localize.cjs");
var _index5 = require("./be/_lib/match.cjs");
/**
* @category Locales
* @summary Belarusian locale.
* @language Belarusian
* @iso-639-2 bel
* @author Kiryl Anokhin [@alyrik](https://github.com/alyrik)
* @author Martin Wind [@arvigeus](https://github.com/mawi12345)
*/
const be = (exports.be = {
code: "be",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});