## 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