The purpose of this module is to provide a controllable way to download .po files from the Drupal remote server to local without changing configs and manually running individual check and update commands.

Drush Command

A Drush command is provided to use this module:

drush locale:download

Executing this command will first check all translations for all projects and then downloads missing translation files to your translations path.

Sometimes the translation status cache and the file structure might be out of sync.
Re-running the drush command with the --force flag deletes the cache and downloads all missing files.

Invidivual langcodes or projects may be specified by using the --projects or --langcodes flags respectively (flag arguments are a comma separated list).

Example (to download translations for drupal and admin_toolbar project only and de language)

drush locale:download --projects drupal,admin_toolbar --languages de

Supporting organizations: 
Development & Maintenance

Project information

Releases