Bruno Haible <[EMAIL PROTECTED]> ha escrit:

>   - Install separate .mo files for the part from gnulib.
> 
> The first option would minimize system calls at runtime, but is harder to
> put in place, because PO file handling is not supported by automake.
> The second option can be implemented completely in gnulib. This patch
> adds a --po-base option; when specified a po/ directory for the gnulib
> part is created and populated with the PO files from the translation project.

In that case the `_' macro for gnulib has to be changed to

#define _(s) dgettext("gnulib",s)

Regards,
Sergey


Reply via email to