Files
klz-cables.com/.pnpm-store/v10/files/e3/6cf6a69157d05012df65c5c71c3f69edd4372a3931ad0e85d97c3d705e90a3b868d6dcaf9296901949c3c4ac8840082e6cf49ff9896f39b49da17975f877b5
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
839 B
Plaintext

"use strict";
exports.gl = void 0;
var _index = require("./gl/_lib/formatDistance.js");
var _index2 = require("./gl/_lib/formatLong.js");
var _index3 = require("./gl/_lib/formatRelative.js");
var _index4 = require("./gl/_lib/localize.js");
var _index5 = require("./gl/_lib/match.js");
/**
* @category Locales
* @summary Galician locale.
* @language Galician
* @iso-639-2 glg
* @author Alberto Doval - Cocodin Technology[@cocodinTech](https://github.com/cocodinTech)
* @author Fidel Pita [@fidelpita](https://github.com/fidelpita)
*/
const gl = (exports.gl = {
code: "gl",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 1 /* Monday */,
firstWeekContainsDate: 1,
},
});