summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: 7d947470dd416c228c2f74639babb3b5d620fcdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
menuconfig GETTEXT
	tristate
	prompt "gettext (GNU)                 "
	select LIBICONV if ARCH_MINGW
	help
	  The gettext program translates a natural language
	  message into the user's language, by looking up
	  the translation in a message catalog.

if GETTEXT

config GETTEXT_LIBINTL
	bool
	prompt "Install GNU libintl"
	help
	  libintl is the GNU internationalization runtime library.

endif