DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gettext.info.gz) Importing

Info Catalog (gettext.info.gz) Sources (gettext.info.gz) Sources (gettext.info.gz) Triggering
 
 4.1 Importing the `gettext' declaration
 =======================================
 
 Presuming that your set of programs, or package, has been adjusted so
 all needed GNU `gettext' files are available, and your `Makefile' files
 are adjusted ( Maintainers), each C module having translated C
 strings should contain the line:
 
      #include <libintl.h>
 
    Similarly, each C module containing `printf()'/`fprintf()'/...
 calls with a format string that could be a translated C string (even if
 the C string comes from a different C module) should contain the line:
 
      #include <libintl.h>
 
Info Catalog (gettext.info.gz) Sources (gettext.info.gz) Sources (gettext.info.gz) Triggering
automatically generated byinfo2html