docker-jitsi-meet
docker-jitsi-meet copied to clipboard
add support for setting LANG_DETECTION in .env file
It is possible to set the default language using DEFAULT_LANGUAGE env variable :
config.defaultLanguage = '{{ .Env.DEFAULT_LANGUAGE }}';
It would be useful to also add a controller for LANG_DETECTION
in web/interface_config.js
config file in the env file so one can force a default language by setting lang_detection off.