So new lines on blocktrans tags get a \r\n on Windows as opposed to just \n on Linux. That's what's causing the whole problem. Maybe the make-messages.py could be modified to check if os.name is nt or os2 and if so read the target file, replace \r with '', write the new content to a temporary file, pass this to xgettext and finaly delete the temp file ( + keeping the previous version for the else branch, of course). Might not be the best ideea to have all these file accesses but it's better that nothing.
What do you guys think? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---