GNU bug report logs - #57188
[PATCH] news: Add 'pt' translation.

Previous Next

Package: guix-patches;

Reported by: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Date: Sat, 13 Aug 2022 21:53:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57188 in the body.
You can then email your comments to 57188 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57188; Package guix-patches. (Sat, 13 Aug 2022 21:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 13 Aug 2022 21:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: guix-patches <at> gnu.org
Cc: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: [PATCH] news: Add 'pt' translation.
Date: Sat, 13 Aug 2022 18:51:06 -0300
The menu entry reference is kept in English because the manual isn't
translated to Portuguese yet.

* etc/news.scm: Add Portuguese translation of 'guix style -f' entry.
---
 etc/news.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 493685a47665..b595173050b5 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -17,6 +17,7 @@
 ;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
 ;; Copyright © 2021 Andrew Tropin <andrew <at> trop.in>
 ;; Copyright © 2021 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
+;; Copyright © 2022 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
 ;;
 ;; Copying and distribution of this file, with or without modification, are
 ;; permitted in any medium without royalty provided the copyright notice and
@@ -29,7 +30,8 @@
         (title
          (en "New @option{--whole-file} option for @command{guix style}")
          (de "Neue Option @option{--whole-file} für @command{guix style}")
-         (fr "Nouvelle option @option{--whole-file} pour @command{guix style}"))
+         (fr "Nouvelle option @option{--whole-file} pour @command{guix style}")
+         (pt "Nova opção @option{--whole-file} para @command{guix style}"))
         (body
          (en "The @command{guix style} command has a new @option{--whole-file}
 option: instead of formatting individual package definitions, this option lets
@@ -52,7 +54,14 @@
 du système d'exploitation.
 
 Lancer @command{info \"(guix.fr) Invoquer guix style\"} pour plus
-d'informations.")))
+d'informations.")
+         (pt "O comando @command{guix style} tem uma nova opção
+@option{--whole-file}: ao invés de formatar definições de pacote
+individualmente, esta opção permite a reformatação de arquivos Scheme por
+inteiro.  Você pode querer usá-la para formatar seu arquivo de configuração do
+sistema operacional, por exemplo.
+
+Execute @command{info \"(guix) Invoking guix style\"} para mais informações.")))
 
  (entry (commit "2ec7ab2610eb67e26dab52b671eb29e46f64ea0f")
         (title




Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Sun, 14 Aug 2022 06:53:02 GMT) Full text and rfc822 format available.

Notification sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
bug acknowledged by developer. (Sun, 14 Aug 2022 06:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 57188-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
Cc: 57188-done <at> debbugs.gnu.org, Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: [bug#57188] [PATCH] news: Add 'pt' translation.
Date: Sun, 14 Aug 2022 08:52:27 +0200
Pushed to master as ca8c7a36dfbefd66841a2a6df4c9e44ba525c3e0, thank you!




Information forwarded to guix-patches <at> gnu.org:
bug#57188; Package guix-patches. (Mon, 15 Aug 2022 04:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 57188-done <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 57188-done <at> debbugs.gnu.org
Subject: Re: [bug#57188] [PATCH] news: Add 'pt' translation.
Date: Mon, 15 Aug 2022 00:55:14 -0300
Hello Julien,

Julien Lepiller <julien <at> lepiller.eu> writes:

> Pushed to master as ca8c7a36dfbefd66841a2a6df4c9e44ba525c3e0, thank you!

Thank you! And thanks for committing it so quickly.

Just a small nit, I hope you won't mind me mentioning it:

in the commit, the author field ended up as:

  Author: Thiago Jung Bauermann via Guix-patches via <guix-patches <at> gnu.org>

which is wrong. It should have been:

  Author: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

IMHO correct attribution of a contribution is important, and the email
address is an important part of a free software contributor's online
identity.

I don't actually mind in this case because most of my patches to Guix
were committed with the correct address but if this was my first
accepted patch in the project, or if all of my patches had this author
identification, then I would have felt differently.

-- 
Thanks
Thiago




Information forwarded to guix-patches <at> gnu.org:
bug#57188; Package guix-patches. (Mon, 15 Aug 2022 05:27:01 GMT) Full text and rfc822 format available.

Message #16 received at 57188-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: 57188-done <at> debbugs.gnu.org
Subject: Re: [bug#57188] [PATCH] news: Add 'pt' translation.
Date: Mon, 15 Aug 2022 07:25:11 +0200
[Message part 1 (text/plain, inline)]
Arg, I'm so sorry :/ I should have paid more attention.

Le 15 août 2022 05:55:14 GMT+02:00, Thiago Jung Bauermann <bauermann <at> kolabnow.com> a écrit :
>
>Hello Julien,
>
>Julien Lepiller <julien <at> lepiller.eu> writes:
>
>> Pushed to master as ca8c7a36dfbefd66841a2a6df4c9e44ba525c3e0, thank you!
>
>Thank you! And thanks for committing it so quickly.
>
>Just a small nit, I hope you won't mind me mentioning it:
>
>in the commit, the author field ended up as:
>
>  Author: Thiago Jung Bauermann via Guix-patches via <guix-patches <at> gnu.org>
>
>which is wrong. It should have been:
>
>  Author: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
>
>IMHO correct attribution of a contribution is important, and the email
>address is an important part of a free software contributor's online
>identity.
>
>I don't actually mind in this case because most of my patches to Guix
>were committed with the correct address but if this was my first
>accepted patch in the project, or if all of my patches had this author
>identification, then I would have felt differently.
>
>-- 
>Thanks
>Thiago
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#57188; Package guix-patches. (Tue, 16 Aug 2022 03:42:01 GMT) Full text and rfc822 format available.

Message #19 received at 57188-done <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 57188-done <at> debbugs.gnu.org
Subject: Re: [bug#57188] [PATCH] news: Add 'pt' translation.
Date: Tue, 16 Aug 2022 00:37:09 -0300
Hello Julien,

Julien Lepiller <julien <at> lepiller.eu> writes:

> Arg, I'm so sorry :/ I should have paid more attention.

No problem! As I mentioned, I didn't mind. The reason I brought it up is
that I think that for a newcomer to Guix, this could affect their
experience of first contribution.

-- 
Thanks
Thiago




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Sep 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 281 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.