Files
klz-cables.com/.pnpm-store/v10/files/15/bfb326eaf3f2543e793d5f88ee25ccb55b11e2151d427bc969088fa457eae1de24a081137457d07d31369dc0c30e8bf50a7533683fce1b86bd38c299dbf0b8
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

5 lines
613 B
Plaintext

import type { AcceptedLanguages } from '../types.js';
export declare const rtlLanguages: readonly ["ar", "fa", "he"];
export declare const acceptedLanguages: readonly ["ar", "az", "bg", "bn-BD", "bn-IN", "ca", "cs", "bn-BD", "bn-IN", "da", "de", "en", "es", "et", "fa", "fr", "he", "hr", "hu", "hy", "id", "is", "it", "ja", "ko", "lt", "lv", "my", "nb", "nl", "pl", "pt", "ro", "rs", "rs-latin", "ru", "sk", "sl", "sv", "ta", "th", "tr", "uk", "vi", "zh", "zh-TW"];
export declare function extractHeaderLanguage(acceptLanguageHeader: string): AcceptedLanguages | undefined;
//# sourceMappingURL=languages.d.ts.map