This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran,patch] Internationalisation of the Fortran front-end


On Tue, Aug 30, 2005 at 09:49:55PM +0200, FX Coudert wrote:
> +      sprintf (message, _("less than rank %d"), GFC_MAX_DIMENSIONS);
> +      must_be (source, 0, message);

Things like this mean that you're essentially printing one
message as two phrase fragments.  This won't translate well.
You need to present the entire sentence as a unit to the 
translators.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]