Sfoglia il codice sorgente

config: change language detection to "true"

master
Wikinaut 5 anni fa
parent
commit
1aba57e6bb
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Vedi File

@@ -31,7 +31,7 @@ var interfaceConfig = {
31 31
     APP_NAME: 'Jitsi Meet',
32 32
     NATIVE_APP_NAME: 'Jitsi Meet',
33 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 35
     INVITATION_POWERED_BY: true,
36 36
 
37 37
     /**

Loading…
Annulla
Salva