www: set targetLanguage to fr hardcoded for now too

This commit is contained in:
2023-08-29 11:22:52 +02:00
parent c959ce981e
commit 2ed0505b1c

View File

@@ -23,6 +23,7 @@ const useTranscript = (): UseTranscript => {
const requestParameters: V1TranscriptsCreateRequest = {
createTranscript: {
name: "Weekly All-Hands", // Hardcoded for now
targetLanguage: "fr", // Hardcoded for now
},
};