Files
klz-cables.com/.pnpm-store/v10/files/2e/97f6b1c7639cd6ce4e07d14aa55523d670ab87dc97c2875180816bece9ead6f8d7f3145680d3e05d683dc45f6a87e7d175b7d00b9f1e1c1b53e5cdecb33dc0
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.deAT = void 0;
var _index = require("./de/_lib/formatDistance.cjs");
var _index2 = require("./de/_lib/formatLong.cjs");
var _index3 = require("./de/_lib/formatRelative.cjs");
var _index4 = require("./de/_lib/match.cjs");
var _index5 = require("./de-AT/_lib/localize.cjs"); // difference to 'de' locale
/**
* @category Locales
* @summary German locale (Austria).
* @language German
* @iso-639-2 deu
* @author Christoph Tobias Stenglein [@cstenglein](https://github.com/cstenglein)
*/
const deAT = (exports.deAT = {
code: "de-AT",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index5.localize,
match: _index4.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 4,
},
});