Files
klz-cables.com/.pnpm-store/v10/files/61/ba18c5f315ffcf2517537da333909957b4f2e4dbe3d8e99506728b2dfecfb577a91d34fd3f5dfc0d7b864dd15daa5ba79c9c40ce990f5fa7f125b71b85ecdb
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
255 B
Plaintext

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary English locale (South Africa).
* @language English
* @iso-639-2 eng
* @author Shaila Kavrakova [@shaykav](https://github.com/shaykav)
*/
export declare const enZA: Locale;