Files
klz-cables.com/.pnpm-store/v10/files/4b/f574b50f4d0aa73356a70fc69b3acdcb86eeac13805d0d1cbe72e83bad10581fca112b8bc2ad71e1c7ae5cd8ee9ef3a9bc28751597d1c44095389e4d638dcf
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
769 B
Plaintext

"use strict";
exports.kn = void 0;
var _index = require("./kn/_lib/formatDistance.js");
var _index2 = require("./kn/_lib/formatLong.js");
var _index3 = require("./kn/_lib/formatRelative.js");
var _index4 = require("./kn/_lib/localize.js");
var _index5 = require("./kn/_lib/match.js");
/**
* @category Locales
* @summary Kannada locale (India).
* @language Kannada
* @iso-639-2 kan
* @author Manjunatha Gouli [@developergouli](https://github.com/developergouli)
*/
const kn = (exports.kn = {
code: "kn",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});