fix: amd support for language other than en-US (#322)

This commit is contained in:
Dave Horton
2023-04-19 15:12:51 -04:00
committed by GitHub
parent a22bc8ea42
commit 6dc019e836
2 changed files with 17 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ module.exports = (logger) => {
const {vendor, language} = ep.amd;
ep.startTranscription({
vendor,
language,
locale: language,
interim: true,
bugname
}).catch((err) => {