Project:Norwegian Nynorsk translation
Version:5.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:hba
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:fixed» closed (fixed)