Files
klz-cables.com/.pnpm-store/v10/files/a5/a58b59e8aeaca3a504dacc5e13f48330aeb48327db029d3a7e77f2e2eee80fbe8968d231e127681bdccf71416cc452ae55119c1693519574fb9da416c7848b
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

30 lines
868 B
Plaintext

"use strict";
exports.th = void 0;
var _index = require("./th/_lib/formatDistance.cjs");
var _index2 = require("./th/_lib/formatLong.cjs");
var _index3 = require("./th/_lib/formatRelative.cjs");
var _index4 = require("./th/_lib/localize.cjs");
var _index5 = require("./th/_lib/match.cjs");
/**
* @category Locales
* @summary Thai locale.
* @language Thai
* @iso-639-2 tha
* @author Athiwat Hirunworawongkun [@athivvat](https://github.com/athivvat)
* @author [@hawkup](https://github.com/hawkup)
* @author Jirawat I. [@nodtem66](https://github.com/nodtem66)
*/
const th = (exports.th = {
code: "th",
formatDistance: _index.formatDistance,
formatLong: _index2.formatLong,
formatRelative: _index3.formatRelative,
localize: _index4.localize,
match: _index5.match,
options: {
weekStartsOn: 0 /* Sunday */,
firstWeekContainsDate: 1,
},
});