diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module index e2fecc8..42a6772 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -693,9 +693,8 @@ function locale_form_language_admin_add_form_alter_submit($form, FormStateInterf } // Create or update all configuration translations for this language. If we - // are adding English we need to run this even if import is not enabled, if we - // are adding English, because then we extract English sources from shipped - // configuration. + // are adding English then we need to run this even if import is not enabled, + // because then we extract English sources from shipped configuration. if (\Drupal::config('locale.settings')->get('translation.import_enabled') || $langcode == 'en') { \Drupal::moduleHandler()->loadInclude('locale', 'bulk.inc'); if ($batch = locale_config_batch_update_components($options, array($langcode))) {