From b368717d87b4711e48f22c06ce898da8544d3fcc Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Wed, 9 Oct 2024 19:30:03 +0200 Subject: [PATCH] fix language detection --- labscore/constants.js | 1 + 1 file changed, 1 insertion(+) diff --git a/labscore/constants.js b/labscore/constants.js index 1d7c7e8..c70ba0a 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -1085,6 +1085,7 @@ module.exports.TRANSLATE_LANGUAGE_MAPPINGS = Object.freeze({ }) module.exports.TRANSLATE_LANGUAGES = Object.freeze({ + "auto": "Automatic", "ab": "Abkhaz", "ace": "Acehnese", "ach": "Acholi",