Browse Source

config: change language detection to "true"

master
Wikinaut 5 years ago
parent
commit
1aba57e6bb
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js View File

31
     APP_NAME: 'Jitsi Meet',
31
     APP_NAME: 'Jitsi Meet',
32
     NATIVE_APP_NAME: 'Jitsi Meet',
32
     NATIVE_APP_NAME: 'Jitsi Meet',
33
     PROVIDER_NAME: 'Jitsi',
33
     PROVIDER_NAME: 'Jitsi',
34
-    LANG_DETECTION: false, // Allow i18n to detect the system language
34
+    LANG_DETECTION: true, // Allow i18n to detect the system language
35
     INVITATION_POWERED_BY: true,
35
     INVITATION_POWERED_BY: true,
36
 
36
 
37
     /**
37
     /**

Loading…
Cancel
Save