[patch] simutrans understands translation files with windows style line endings
Hi,
maybe other developers under windows where caught in the same trap I found myself in after downloading translation files from a repository.
Okay in my case it was GitHub, but as far as I remember, SVN also wants to arbitrate between the different line ending systems and puts the \r into the files. And even if you turned it off, your editor might still want to add them.
Therefore I taught the translator to ignore \r before \n, if present: translator-accepts-crlf-lineends-2547.patch