Files
klz-cables.com/.pnpm-store/v10/files/27/99d52647c9a148da18bf1d62ed24812237f1b5d0c8e11c5ec8c1ae076af6ceb6f5947dd22b806f3adf77a8756a15b39944659253425f9b67935cd099d80782
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

10 lines
245 B
Plaintext

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (United Kingdom).
* @language English
* @iso-639-2 eng
* @author Alex [@glintik](https://github.com/glintik)
*/
export declare const enGB: Locale;