> On 25 Jul 2017, at 10:35, Johannes Schindelin <johannes.schindelin@xxxxxx> wrote: > > When Git for Windows was still based on MSys1, we had no gettext, ergo > no msgfmt, either. Therefore, we introduced a small and simple Tcl > script to perform the same task. > > However, with MSys2, we no longer need that because we have a proper > msgfmt executable. Plus, the po2msg.sh script somehow manages to hang > when run in parallel in Git for Windows' SDK (symptom: the Continuous > Testing tasks timing out). > > Two reasons to use real msgfmt.exe instead. > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > > This hopefully fixes the hangs with the Windows builds triggered > by Travis. It was a tough one to figure out originally, and it is Awesome :-) Thanks for digging into this problem! - Lars