From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean-Christophe Helary Newsgroups: gmane.emacs.devel Subject: Re: Emacs manuals translation readme Date: Tue, 13 Feb 2024 02:25:32 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18623"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 13 03:26:32 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rZiVD-0004hy-Pn for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Feb 2024 03:26:31 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rZiUU-0005on-Kx; Mon, 12 Feb 2024 21:25:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZiUT-0005of-SB for emacs-devel@gnu.org; Mon, 12 Feb 2024 21:25:45 -0500 Original-Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZiUR-0008Na-PG for emacs-devel@gnu.org; Mon, 12 Feb 2024 21:25:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=traductaire-libre.org; s=protonmail; t=1707791140; x=1708050340; bh=VlRxdbi5ugbY2FYBQ4q+iAqHejE9iaAuijsus8Mfg84=; h=Date:To:From:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=u2MfZkBWHjmkEAamurwTT/5rxpI2Vnfti5/2h3l7TH2R6hj4hyXpb47eH6LFogw1v fqKHU9aUOt9t7Rsoa0FywomydFRoSp0/8OZqg02do7C0riCmXQNaza6nAzgmDT5/M9 IDaCMVPAXFC+cDW+l6Ihqm638EHiIwSZt03vVrLy6qu7p7XjutsPyDIk2HEpx9sorE ARfzs7WdrAc9ahMsR+acNQhPMTc0Is8xX4ATYso+N/1A3YmSeLp11OtRZjieDblSVv 1xJGiHao6xTSok78Q5U5b6WcZOl8s4opoS4Q2nNnh0ggZ/y4zqcJ8qrnuVib944MTz JZLmrSVCvmW/Q== In-Reply-To: Feedback-ID: 92162971:user:proton Received-SPF: pass client-ip=185.70.43.17; envelope-from=jean.christophe.helary@traductaire-libre.org; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316159 Archived-At: I gathered all the comments and integrated them, so I think that the=20 patches are now ready for a formal review and eventual installation. Are there things that I have overlooked? > On Jan 26, 2024, at 10:04, Jean-Christophe Helary wrote: >=20 > I think I have covered all the recent comments to the original proposal. >=20 > 1. the "lang" directory is renamed "translations" >=20 > =E2=86=92 the length of the name is not really relevant since we have ter= m=20 > completions in Emacs > =E2=86=92 "translations" is more indicative of the contents of the folder= than=20 > "lang" >=20 > 2. the readme includes more references to the GNU project translation=20 > projects without suggesting that Emacs manual translations should be=20 > included in the projects. >=20 >=20 > Let me know if there are other issues. >=20 > <0001-Rename-doc-lang-to-doc-translations.patch> >=20 > <0002-New-doc-translations-readme-file-for-translators.patch>