Files
klz-cables.com/.pnpm-store/v10/files/5a/fb7ed0d75d331955f78fd287d6125f9b451598e0ee35e12f9af8c57494ae2f1152ba0b2fa4f72390eb50391b786850610f23a7efff6ca6cec926988fdc04ae
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
321 B
Plaintext

const formatRelativeLocale = {
lastWeek: "'mu dheireadh' eeee 'aig' p", //FIX
yesterday: "'an-dè aig' p",
today: "'an-diugh aig' p",
tomorrow: "'a-màireach aig' p",
nextWeek: "eeee 'aig' p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];