I have been scouring the docs on this one but am not sure what is the recommended method with multilingual distributions.

When I hosted my distribution on github using drush make to build I was able to specify a

translations[] = fr

In my makefile so po would be grabbed during the build.

However it doesn't seem like the drupal.org packager supports this as I can an error stating undefined top-level attribute when I run 'verify-makefile'

Is this a bug with the drupal.org drush packager or perhaps not even a supported feature.

If not supported what is the recommded way to go about this?

Comments

stefan.r’s picture

bart.hanssens’s picture

A month ago, it didn't work on drupal.org with openfed distro (see http://drupalcode.org/project/openfed.git?a=search&h=HEAD&st=commit&s=tr...)

One can actually set translations per project page, works with drush locally, but failed on drupal.org (but perhaps it works now, haven't checked lately, or perhaps I did something wrong)