From aca55172e4ca703801b4d5c9754db811aa0873f0 Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 20 Dec 2024 11:30:02 -0600 Subject: [PATCH] fix(config): Fixes wrong file location. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 6fc481eab764..3286c565054f 100644 --- a/config.js +++ b/config.js @@ -459,7 +459,7 @@ var config = { // // Translation languages. // // Available languages can be found in - // // ./src/react/features/transcribing/translation-languages.json. + // // ./lang/translation-languages.json. // translationLanguages: ['en', 'es', 'fr', 'ro'], // // Important languages to show on the top of the language list.