fix(parity): update footer translations, certificate links, references CTA and trade fairs
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Successful in 1m5s
Build & Deploy / 🏗️ Build (push) Successful in 2m43s
Build & Deploy / 🚀 Deploy (push) Successful in 25s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-27 13:03:00 +02:00
parent 2b79d18a93
commit 2dbafec633
8 changed files with 25 additions and 15 deletions

6
scratch/test-slugs.ts Normal file
View File

@@ -0,0 +1,6 @@
import { mapSlugToFileSlug } from '../lib/slugs';
async function test() {
const result = await mapSlugToFileSlug('imprint', 'en');
console.log("imprint maps to:", result);
}
test();