bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: POTFILES.in updates?


From: Sergey Poznyakoff
Subject: Re: POTFILES.in updates?
Date: Thu, 19 Jul 2007 12:18:39 +0300

Bruno Haible <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]