Ver código fonte

config: change language detection to "true"

master
Wikinaut 5 anos atrás
pai
commit
1aba57e6bb
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      interface_config.js

+ 1
- 1
interface_config.js Ver arquivo

@@ -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
     /**

Carregando…
Cancelar
Salvar