Add speak-ukrainian.ps1

This commit is contained in:
Markus Fleschutz
2022-09-05 19:17:06 +02:00
parent bace31a3fd
commit afd4f0a92b
13 changed files with 45 additions and 12 deletions

View File

@ -26,7 +26,7 @@ try {
exit 0 # success
}
}
throw "No Danish text-to-speech voice found - please install one"
throw "No Danish voice for text-to-speech (TTS) found - please install one"
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1