Skip to content

Commit

Permalink
config: change language detection to "true"
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikinaut authored Mar 27, 2020
1 parent e9785c8 commit 1aba57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

/**
Expand Down

0 comments on commit 1aba57e

Please sign in to comment.