From 1427b710f0bbaf4e3cad80c44ec56bb40ee45522 Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 20 Dec 2024 11:32:00 -0600 Subject: [PATCH] fix(config): Fixes wrong file location. --- docs/dev-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev-guide/configuration.md b/docs/dev-guide/configuration.md index e6be8a8df..79652378a 100644 --- a/docs/dev-guide/configuration.md +++ b/docs/dev-guide/configuration.md @@ -551,7 +551,7 @@ Transcription related options. Properties: * `enabled` - Enable transcription (in interface_config, subtitles and buttons can be configured). Default `false`. -* `translationLanguages` - Translation languages. Available languages can be found in ./src/react/features/transcribing/translation-languages.json. +* `translationLanguages` - Translation languages. Available languages can be found in ./lang/translation-languages.json. * `useAppLanguage` - If `true` the transcriber will use the application language. The application language is either explicitly set by participants in their settings or automatically detected based on the environment, e.g. if the app is opened in a Chrome instance which is using French as its default language then transcriptions for that participant will be in french. Default: `true`. * `preferredLanguage` - Transcriber language. This settings will only work if `useAppLanguage` is explicitly set to `false`. Available languages can be found [here](https://github.com/jitsi/jitsi-meet/blob/master/react/features/transcribing/transcriber-langs.json). Default: `'en-US'`. * `autoTranscribeOnRecord` - Enables automatic turning on transcribing when recording is started. Default: `true`.