summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: f1825e43a73005d9c65f2d8609c5f315344b3b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=system_libraries
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