This project is not listed at http://drupal.org/project/translations, I am unable to create releases and snapshot packages aren't created. I don't know why, and I have created an infrastructure issue at http://drupal.org/node/124380.

Comments

hba’s picture

Status: Active » Fixed

dww and the issue http://drupal.org/node/109181 helped me out. By issuing:

for i in *.po; do echo $i; msgattrib $i --no-fuzzy -o > /tmp/tmp.po; done

.. I discovered that a couple of files had \r's in them. It was only a warning, but this stopped package building nonetheless.

Anonymous’s picture

Status: Fixed » Closed (fixed)