_locale_translation_fetch_operations($projects, $langcodes, $options)
Helper function to construct the batch operations to fetch translations.
Parameters
array $projects: Array of project names for which to check the state of translation files. Defaults to all translatable projects.
array $langcodes: Array of language codes. Defaults to all translatable languages.
array $options: Array of import options.
Return value
array Array of batch operations.
File
core/modules/locale/locale.fetch.inc,