This command call "$ drush site-install --locale=fr" but dosen't call "$ drush make --translations=fr":
$ drush quickstart-create --locale=fr

I made a patch to consider the "locale" parameter (if it differ from "en") and pass it to the "translations" parameter when Drush Make is invoke.

P.S.: The patch is in the comment #1 cause I don't have the issue number to correctly name it when I add an issue.

CommentFileSizeAuthor
#1 download_translations-1418066-1.patch820 bytesKLicheR
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KLicheR’s picture

mike stewart’s picture

Assigned: Unassigned » mike stewart
Category: feature » task
Status: Patch (to be ported) » Needs review
Issue tags: ++patch
MichaelCole’s picture

Thanks for the patch!

cesar.brod@gmail.com’s picture

Mike, I am having the same issue here, trying to do a locale=pt-br

Before I try KLicheR patch, just let me know if you are planning to include this in a future version. By now I am just installing the desired language as a post install routine and this is fine.

Thanks for the excellent work!

cesar.brod@gmail.com’s picture

Issue summary: View changes

Change my P.S.