Merge pull request #2011 from wuodar/wuodar/polish-lang-aws-transcribe

Support polish language in Amazon Transcribe
This commit is contained in:
Aleix Conchillo Flaqué
2025-06-16 10:33:55 -07:00
committed by GitHub

View File

@@ -266,6 +266,7 @@ class AWSTranscribeSTTService(STTService):
Language.JA: "ja-JP",
Language.KO: "ko-KR",
Language.ZH: "zh-CN",
Language.PL: "pl-PL",
}
return language_map.get(language)