| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
15.4 The Maintainer’s View
For the maintainer, the general procedure differs from the C language case in two ways.
-
For those languages that don’t use GNU gettext, the ‘intl/’ directory
is not needed and can be omitted. This means that the maintainer calls the
gettextizeprogram without the ‘--intl’ option, and that he invokes theAM_GNU_GETTEXTautoconf macro via ‘AM_GNU_GETTEXT([external])’. -
If only a single programming language is used, the
XGETTEXT_OPTIONSvariable in ‘po/Makevars’ (see section ‘Makevars’ in ‘po/’) should be adjusted to match thexgettextoptions for that particular programming language. If the package uses more than one programming language withgettextsupport, it becomes necessary to change the POT file construction rule in ‘po/Makefile.in.in’. It is recommended to make onexgettextinvocation per programming language, each with the options appropriate for that language, and to combine the resulting files usingmsgcat.
This document was generated on August 27, 2013 using texi2html 5.0.
