feat: support polish language in Amazon Transcribe

This commit is contained in:
Kacper Włodarczyk
2025-06-15 21:44:06 +02:00
committed by GitHub
parent dc640a7591
commit e2c15169b8

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)