Files
klz-cables.com/.pnpm-store/v10/files/ea/9486b5873793911ba8f9d9be6ad34f1f48ced3ff5a196bd747094808c451234d914a96b9d7df85c1f9a15f7f1e982879c9e923be136d870a31e6788a3fead3
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

32 lines
1.0 KiB
Plaintext

"use strict";
exports.zhCN = void 0;
var _index = require("./zh-CN/_lib/formatDistance.js");
var _index2 = require("./zh-CN/_lib/formatLong.js");
var _index3 = require("./zh-CN/_lib/formatRelative.js");
var _index4 = require("./zh-CN/_lib/localize.js");
var _index5 = require("./zh-CN/_lib/match.js");
/**
* @category Locales
* @summary Chinese Simplified locale.
* @language Chinese Simplified
* @iso-639-2 zho
* @author Changyu Geng [@KingMario](https://github.com/KingMario)
* @author Song Shuoyun [@fnlctrl](https://github.com/fnlctrl)
* @author sabrinaM [@sabrinamiao](https://github.com/sabrinamiao)
* @author Carney Wu [@cubicwork](https://github.com/cubicwork)
* @author Terrence Lam [@skyuplam](https://github.com/skyuplam)
*/
const zhCN = (exports.zhCN = {
code: "zh-CN",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});