git-gui: add a simple msgfmt replacement
commitf98e862b3105ba14891c71bbe6dfb9ea677f84cc
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Sep 2007 12:51:57 +0000 (24 13:51 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 24 Sep 2007 12:51:57 +0000 (24 13:51 +0100)
treee08e9abcf4da058885985279e3fbb6d70c55dc53
parent071ba61874592b990aded3f61bb444354985d765
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.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-gui/Makefile
git-gui/po/po2msg.sh [new file with mode: 0644]