Drush locale sync

Component ID

1872144

Component name

Drush locale sync

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2317

Component created

Component changed

Component body

Drush command for synchronizing translations between DTAP environments.

Usage

This drush extension provides 3 drush commands:

  1. drush locale-export(8.x) or drush locale-dump(8.x/7.x)
    Exporting all translations
  2. drush locale-import
    Importing all translations
  3. drush locale-sync
    Exporting and Importing translations from Site A to Site B
    This one is useful for synchronizing translations between DTAP environments

Installation

To install this drop this script inside a folder in your .drush folder or with drush:drush dl drush_locale_sync

Version 8.x-2.0+

Version 8.x-2.0 and higher is compatible with Drupal 7 and 8.
Only the user interface languages are supported for Drupal 8.

Minimum requirements

  • Drush 8.1
  • PHP 5.5