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

config GETTEXT_LIBINTL
	bool
	depends on GETTEXT
	prompt "Install GNU libintl"
	help
	  FIXME: This item needs to be documented