Guillaume Munch wrote: > I think compression has been enabled by mistake.
It also made git think the file is binary, therefore not applying the native line end conversion after the fix anymore. I fixed this at 38e9752c01. From now on, everything should be fine again. This is BTW a good example why it is always useful to look at the diff before committing, and why having redable diffs (as currently discussed in the .po file thread) is important. Georg