summaryrefslogtreecommitdiffstats
path: root/rules/gettext.in
blob: 5b971f7d17d96fbbd94d3673a7c93bb51abceeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=system_libraries
config GETTEXT
	tristate
	prompt "gettext (gnu)"
	select LIBC_M
	select LIBC_DL
	select GCCLIBS_CXX
	select GCCLIBS_GCC_S
	help
	  The gettext program translates a natural language
	  message into the user's language, by looking up
	  the translation in a message catalog.