From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Lepiller Subject: Re: Translation of the Guix manual & node names Date: Wed, 24 Apr 2019 09:31:59 +0200 Message-ID: <20190424093159.72666070@sybil.lepiller.eu> References: <87sgu8hmmr.fsf@gnu.org> <87imv4vbg4.fsf@riseup.net> <20190424064414.lkxwb4k7fhm7cfb4@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48249) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJCOJ-00067G-Gk for guix-devel@gnu.org; Wed, 24 Apr 2019 03:32:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJCOI-00006K-7K for guix-devel@gnu.org; Wed, 24 Apr 2019 03:32:27 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:50490) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJCOH-0008Mz-UC for guix-devel@gnu.org; Wed, 24 Apr 2019 03:32:26 -0400 In-Reply-To: <20190424064414.lkxwb4k7fhm7cfb4@pelzflorian.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "pelzflorian (Florian Pelz)" Cc: Guix-devel Le Wed, 24 Apr 2019 08:44:14 +0200, "pelzflorian (Florian Pelz)" a =C3=A9crit : > On Wed, Apr 24, 2019 at 02:11:23AM +0800, Meiyo Peng wrote: > > I will improve the manual gradually. As I said before, I have no > > experience with i18n. I only learned the usage of @ref, @xref and > > @pxref until yesterday. And there are still many new things to > > learn.=20 >=20 > I wonder what is correct. @xref is for =E2=80=9C*Note Some section=E2=80= =9D, @pxref > is for =E2=80=9C*note: Some section=E2=80=9C and @ref is for =E2=80=A6 = =E2=80=9C*note: Some section=E2=80=9D > as well? I started to translate all @xref and @pxref with @ref but it > still produces the English word =E2=80=9Cnote=E2=80=9D in the Info reader. That's probably because the language is still declared as English. As soon as you declare the language as something else, these generated texts should be OK too. If you look at the French po, you will find this: #. type: Plain text #: doc/guix.texi:7 msgid "@documentencoding UTF-8" msgstr "" "@documentencoding UTF-8\n" "@documentlanguage fr\n" "@frenchspacing on" @documentlanguage =E2=80=A6 is what you want to add. @frenchspacing is for displaying only one space between sentences in generated files which is the correct way to do it in French. Maybe we could automate that a bit? >=20 > Regards, > Florian >=20