Functions to create batches for importing translations.
These functions can be used to import translations for installed modules.
Name | Location | Description |
---|---|---|
locale_batch_by_component |
drupal/ |
Prepare a batch to run when installing modules or enabling themes. |
locale_batch_by_language |
drupal/ |
Prepare a batch to import translations for all enabled modules in a given language. |
_locale_batch_build |
drupal/ |
Build a locale batch from an array of files. |
_locale_batch_import |
drupal/ |
Implements callback_batch_operation(). |
_locale_batch_language_finished |
drupal/ |
Implements callback_batch_finished(). |
_locale_batch_system_finished |
drupal/ |
Implements callback_batch_finished(). |