This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Free Translation Project
> The obvioius problem is what do you do about front ends that aren't
> released by us?
It's not clear whether these front-ends will support a message catalog
at all; if they do, we should advise them to use a different textual
domain (e.g. "gpc" instead of "gcc"). Then they can install their own
catalog next to the gcc catalog. It probably means that they can't use
_ to markup translatable strings (because we already took that);
using, say, P_ could be sufficient, though.
Regards,
Martin