Re: [PATCH] git-gui (MinGW): make use of MSys2's msgfmt

2017-07-26 Thread Lars Schneider
> On 25 Jul 2017, at 10:35, Johannes Schindelin > 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

Re: [PATCH] git-gui (MinGW): make use of MSys2's msgfmt

2017-07-25 Thread Junio C Hamano
Johannes Schindelin writes: > Pat, I still have a couple of Pull Request open in your repository > at https://github.com/patthoyts/git-gui/pulls/dscho that await any > reaction since October 14th last year. Please let me know when you > are ready to accept code contributio

[PATCH] git-gui (MinGW): make use of MSys2's msgfmt

2017-07-25 Thread Johannes Schindelin
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 mana