Added gettext.h convenience header to support --disable-nls
commitbab4402dde65bc8f1ed5aac8a17a3332239cc2af
authorChris Frey <cdfrey@foursquare.net>
Mon, 4 Oct 2010 20:26:51 +0000 (4 16:26 -0400)
committerChris Frey <cdfrey@foursquare.net>
Mon, 4 Oct 2010 20:33:41 +0000 (4 16:33 -0400)
treea4c491db5f6ee6c0f815bfb661e7524f39593532
parent9e346dc6025a9babad240fa13816a356944849ff
Added gettext.h convenience header to support --disable-nls

Toby Gray discovered that when --disable-nls is used or
on systems that do not support <libintl.h> well, it
is recommended to use the gettext.h header as specified
in the gettext documentation:

http://www.gnu.org/software/gettext/manual/gettext.html#lib_002fgettext_002eh

This commit adds gettext.h to both tools/ and the gui/
ChangeLog
gui/src/Makefile.am
gui/src/gettext.h [new file with mode: 0644]
gui/src/i18n.h
tools/Makefile.am
tools/gettext.h [new file with mode: 0644]
tools/i18n.h