Scaleai Translation (#258)

* hotfix

* remove assert from translation

* review comments

* reflector.media change targetLang to en
This commit is contained in:
projects-g
2023-09-28 18:16:39 +05:30
committed by GitHub
parent 707f2833bc
commit e78bcc9190
2 changed files with 11 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ const useTranscript = (
const requestParameters: V1TranscriptsCreateRequest = {
createTranscript: {
name: "Weekly All-Hands", // Hardcoded for now
targetLanguage: "fr", // Hardcoded for now
targetLanguage: "en", // Hardcoded for now
},
};