Skip to content

Instantly share code, notes, and snippets.

@BBGuy
Last active December 19, 2015 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BBGuy/5949847 to your computer and use it in GitHub Desktop.
Save BBGuy/5949847 to your computer and use it in GitHub Desktop.
The following is a script to download and install Drupal Commerce localization modules
drush dl entity_translation
drush en entity_translation -y
drush dl title
drush en title -y
drush dl variable
drush en variable -y
drush dl i18n
drush en i18n, i18n_translation, i18n_field, i18n_menu -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment