docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

add support for setting LANG_DETECTION in .env file

Open mghadam opened this issue 3 years ago • 0 comments

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.

mghadam avatar May 27 '21 07:05 mghadam