Files
klz-cables.com/.pnpm-store/v10/files/28/5fd4bc79819adf48e1bb368bc2fb2f8e88b8f81217f9d96e3a241dbc3b3140fccc97e831496335b2c5baea80239a1f4e651ef99f080bf5249e6d6a21f326a8
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

12 lines
412 B
Plaintext

const formatRelativeLocale = {
lastWeek: "eeee'ที่แล้วเวลา' p",
yesterday: "'เมื่อวานนี้เวลา' p",
today: "'วันนี้เวลา' p",
tomorrow: "'พรุ่งนี้เวลา' p",
nextWeek: "eeee 'เวลา' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];