function _locale_batch_system_finished

Implements callback_batch_finished().

Finished callback of system page locale import batch. Inform the user of translation files imported.

Related topics

File

includes/locale.inc, line 2373

Code

function _locale_batch_system_finished($success, $results) {
    if ($success) {
        drupal_set_message(format_plural(count($results), 'One translation file imported for the newly installed modules.', '@count translation files imported for the newly installed modules.'));
    }
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.