docs/160284: [patch] Inconsistent spacing between colons in French translation of Dtrace Handbook chapter.
Marc Fonvieille
blackend at freebsd.org
Mon Aug 29 19:50:07 UTC 2011
The following reply was made to PR docs/160284; it has been noted by GNATS.
From: Marc Fonvieille <blackend at freebsd.org>
To: Isabell Long <isabell121 at gmail.com>
Cc: bug-followup at freebsd.org
Subject: Re: docs/160284: [patch] Inconsistent spacing between colons in
French translation of Dtrace Handbook chapter.
Date: Mon, 29 Aug 2011 21:45:18 +0200
On Mon, Aug 29, 2011 at 05:40:13PM +0000, Isabell Long wrote:
> The following reply was made to PR docs/160284; it has been noted by GNATS.
>
> From: Isabell Long <isabell121 at gmail.com>
> To: Chris Rees <crees at freebsd.org>
> Cc: bug-followup at freebsd.org
> Subject: Re: docs/160284: [patch] Inconsistent spacing between colons in
> French translation of Dtrace Handbook chapter.
> Date: Mon, 29 Aug 2011 18:05:45 +0100 (BST)
>
> Hi,
>
> On Mon, 29 Aug 2011, Chris Rees wrote:
>
> > I may be incorrect here, but IIRC aren't "les deux-points" space
> > padded in French? As in, you've corrected the correct versions?
>
> I thought so too, but it seems from translations of other chapters and
> some edits to this chapter after I sent it to be committed, that
> convention is not to put spaces before them. I just removed the three
> spaces that had not been removed previously, but pretty obviously should
> have been. :-)
>
The spaces (non-breaking space for a colon) should be added during the
conversion from SGML to the final format (if the stylesheet is correct,
etc.) and should not be present in the source code. In french
there are many different spaces, it'd be very painful/difficult to add
them in the source code, it's the stylesheet job. The same principle is
used when you type a LaTeX document: you don't have to worry about
spaces if you added \usepackage[frenchb]{babel} for example.
I missed these spaces before the check-in.
Regarding the rendering of the French, last time I really looked at it
there was issues but it was about 10 years ago... and no time to go
further.
--
Marc
More information about the freebsd-doc
mailing list