config: change language detection to "true"

This commit is contained in:
Wikinaut
2020-03-27 16:40:17 +01:00
committed by GitHub
parent e9785c8b3d
commit 1aba57e6bb

View File

@@ -31,7 +31,7 @@ var interfaceConfig = {
APP_NAME: 'Jitsi Meet',
NATIVE_APP_NAME: 'Jitsi Meet',
PROVIDER_NAME: 'Jitsi',
LANG_DETECTION: false, // Allow i18n to detect the system language
LANG_DETECTION: true, // Allow i18n to detect the system language
INVITATION_POWERED_BY: true,
/**