Missing releases & listing in translations
hba - March 4, 2007 - 14:52
| Project: | Norwegian Nynorsk translation |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | hba |
| Status: | closed |
Jump to:
Description
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.

#1
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