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
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user