Browse Source

Add missing configuration value "translate_app_google_key" #1956

jmontoyaa 7 years ago
parent
commit
c60cbcdaa9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      main/install/configuration.dist.php

+ 3 - 0
main/install/configuration.dist.php

@@ -698,6 +698,9 @@ $_configuration['gradebook_badge_sidebar'] = [
 // Send score in percentage in the exam result notification
 //$_configuration['send_notification_score_in_percentage'] = false;
 
+// Google translate key
+//$_configuration['translate_app_google_key'] = '';
+
 // ------ Custom DB changes
 // Add user activation by confirmation email
 // This option prevents the new user to login in the platform if your account is not confirmed via email