From: Johannes Schindelin Date: Tue, 25 Sep 2007 03:24:12 +0000 (-0400) Subject: git-gui: add a simple msgfmt replacement X-Git-Tag: gitgui-0.9.0~56 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cd38c86fd8e8fbbc1d83b80f7d96cf19d8266196?hp=cd38c86fd8e8fbbc1d83b80f7d96cf19d8266196 git-gui: add a simple msgfmt replacement The program "msgfmt" was our only dependency on gettext. Since it is more than just a hassle to compile gettext on MinGW, here is a (very simple) drop-in replacement, which Works For Us. [sp: Changed Makefile to enable/disable po2msg.sh by the new NO_MSGFMT variable.] Signed-off-by: Johannes Schindelin Signed-off-by: Shawn O. Pearce ---