Files
klz-cables.com/.pnpm-store/v10/files/e5/8ddaa294a5ad39bb1c1cd083cc3d352554fac2d01e6f66fedc62ed5531810b3ac929d4a9c75132604deb51185df96d9e9a79f3be02161febfc793f5a7965b4
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
283 B
Plaintext

const formatRelativeLocale = {
lastWeek: "'Praėjusį' eeee p",
yesterday: "'Vakar' p",
today: "'Šiandien' p",
tomorrow: "'Rytoj' p",
nextWeek: "eeee p",
other: "P",
};
export const formatRelative = (token, _date, _baseDate, _options) =>
formatRelativeLocale[token];