Files
klz-cables.com/.pnpm-store/v10/files/ef/4bf2ffc1330bbccb75d4847dc0e3ae27a677d744550168f22af1e3db9b47557b25db6f0e7f3e9ece03d3fe2e676c805b456467ddc7e1a910a58ef3c3ddaed5
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

9 lines
165 B
Plaintext

import useConfig from './useConfig.js';
function useLocale() {
const config = useConfig('useLocale');
return config.locale;
}
export { useLocale as default };