fix: BreakPilot TTS pronunciation (Brejk-Peilot), re-secure fp-patch
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m17s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 32s
CI / test-python-voice (push) Successful in 30s
CI / test-bqas (push) Successful in 34s

This commit is contained in:
Benjamin Admin
2026-04-22 11:00:01 +02:00
parent 0194af8a64
commit 31b6e38459
3 changed files with 14 additions and 35 deletions

View File

@@ -33,8 +33,8 @@ export async function POST(request: NextRequest) {
let ttsText = text
if (language === 'de') {
ttsText = ttsText
.replace(/BreakPilot/g, 'Bräikpailot')
.replace(/Breakpilot/g, 'Bräikpailot')
.replace(/BreakPilot/g, 'Brejk-Peilot')
.replace(/Breakpilot/g, 'Brejk-Peilot')
.replace(/COMPLAI/g, 'Complei')
.replace(/Executive Summary/g, 'Exekjutiv Sammäri')
.replace(/Onepager/g, 'Wann-Päidscher')