guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Add 'pt' translation.


From: guix-commits
Subject: branch master updated: news: Add 'pt' translation.
Date: Mon, 12 Sep 2022 12:46:51 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 032068a96c news: Add 'pt' translation.
032068a96c is described below

commit 032068a96c92d61e9b4c199d3f2247649e0ad676
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun Sep 11 15:00:34 2022 -0300

    news: Add 'pt' translation.
    
    * etc/news.scm: Add Portuguese translation of entry about Emacs native
    compilation.
    
    Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
---
 etc/news.scm | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 238c7c875f..a0716e0cde 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,7 +28,8 @@
  (entry (commit "11a06d1e49f4d50d6789e05bbf35e2e145ff7838")
         (title
          (en "Emacs now supports native compilation")
-         (de "Emacs kann Pakete nun nativ kompilieren"))
+         (de "Emacs kann Pakete nun nativ kompilieren")
+         (pt "O Emacs agora suporta compilação nativa"))
         (body
          (en "Emacs can now compile packages natively.  Under the default
 configuration, this means that Emacs packages will now be just-in-time (JIT)
@@ -50,7 +51,18 @@ nativer Maschinenbefehle.  Beachten Sie jedoch, dass 
@code{emacs-minimal} --
 die Emacs-Variante, mit der normalerweise Emacs-Pakete erzeugt werden --
 weiterhin keine nativen Befehle generiert.  Um native Befehle für Ihre
 Emacs-Pakete schon im Voraus zu erzeugen, nutzen Sie eine Transformation, z.B.
-@option{--with-input=emacs-minimal=emacs}.")))
+@option{--with-input=emacs-minimal=emacs}.")
+         (pt "Agora o Emacs pode compilar pacotes nativamente.  Na
+configuração padrão os pacotes do Emacs serão compilados “just-in-time” (JIT)
+conforme forem usados, e os resultados armazenados em um subdiretório de
+@code{user-emacs-directory}.
+
+Além disso, o sistema de compilação para pacotes do Emacs suporta compilação
+nativa de forma transparente.  Note porém que o @code{emacs-minimal} --- a
+variante padrão do Emacs para compilar pacotes --- foi configurado sem
+compilação nativa.  Para pré-compilar nativamente seus pacotes do Emacs use
+uma transformação, como por exemplo
+@code{--with-input=emacs-minimal=emacs}.")))
 
  (entry (commit "c188cf57f161c0c26e2d7c8516bd1ddd1492d686")
         (title



reply via email to

[Prev in Thread] Current Thread [Next in Thread]