diff --git a/core/modules/locale/locale.module b/core/modules/locale/locale.module index 34f2e78..8329ce1 100644 --- a/core/modules/locale/locale.module +++ b/core/modules/locale/locale.module @@ -410,8 +410,8 @@ function locale_system_update(array $components) { module_load_include('compare.inc', 'locale'); // Update the list of translatable projects and start the import batch. - // Only when new projects are added the update batch will be triggered. Not - // each enabled module will introduce a new project. E.g. sub modules. + // Only when new projects are added the update batch will be triggered. + // Not each enabled module will introduce a new project. E.g. sub modules. $projects = array_keys(locale_translation_build_projects()); if ($list = array_intersect($list, $projects)) { module_load_include('fetch.inc', 'locale'); @@ -424,9 +424,9 @@ function locale_system_update(array $components) { } // Construct a batch to update configuration for all components. Installing - // this component may have installed configuration from any number of - // other components. Do this even if import is not enabled because parsing - // new configuration may expose new source strings. + // this component may have installed configuration from any number of other + // components. Do this even if import is not enabled because parsing new + // configuration may expose new source strings. \Drupal::moduleHandler()->loadInclude('locale', 'bulk.inc'); if ($batch = locale_config_batch_update_components(array())) { batch_set($batch);