Files
klz-cables.com/.pnpm-store/v10/files/6f/2f81342fac840eae321b6ab06c65ea9bbd1467d47c08021eef1140c4b1017a981dbee1cc54d9abd88a1cc2fe96402c614f18b5d0b5a7f0ea7693705eb2a9e3
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

28 lines
757 B
Plaintext

"use strict";
exports.af = void 0;
var _index = require("./af/_lib/formatDistance.cjs");
var _index2 = require("./af/_lib/formatLong.cjs");
var _index3 = require("./af/_lib/formatRelative.cjs");
var _index4 = require("./af/_lib/localize.cjs");
var _index5 = require("./af/_lib/match.cjs");
/**
* @category Locales
* @summary Afrikaans locale.
* @language Afrikaans
* @iso-639-2 afr
* @author Marnus Weststrate [@marnusw](https://github.com/marnusw)
*/
const af = (exports.af = {
code: "af",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 0 /* Sunday */,
firstWeekContainsDate: 1,
},
});