all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope.
@ 2022-09-29  3:20 Thiago Jung Bauermann via Guix-patches via
  2022-09-29  7:20 ` Liliana Marie Prikler
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-09-29  3:20 UTC (permalink / raw)
  To: 58155; +Cc: Thiago Jung Bauermann

* etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.
---

Hello,

I'm interested in receiving emails about changes in etc/news.scm.
This patch assumes other members of the translations team are as well.

 etc/teams.scm.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 2727505529c6..c27ea5271e54 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -354,7 +354,8 @@ (define-team games
 (define-team translations
   (team 'translations
         #:name "Translations"
-        #:scope (list (make-regexp "^po/"))))
+        #:scope (list "etc/news.scm"
+                      (make-regexp "^po/"))))
 
 (define-team installer
   (team 'installer




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope.
  2022-09-29  3:20 [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope Thiago Jung Bauermann via Guix-patches via
@ 2022-09-29  7:20 ` Liliana Marie Prikler
  2022-10-01 23:19   ` Thiago Jung Bauermann via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2022-09-29  7:20 UTC (permalink / raw)
  To: Thiago Jung Bauermann, 58155

Am Donnerstag, dem 29.09.2022 um 00:20 -0300 schrieb Thiago Jung
Bauermann:
> * etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.
> ---
> 
> Hello,
> 
> I'm interested in receiving emails about changes in etc/news.scm.
> This patch assumes other members of the translations team are as
> well.
Since changes to NEWS and po rarely go through the mailing lists, I
doubt this will have the intended effect.  (Of course we can still add
the scope, it most likely will do exactly nothing, i.e. neither good
nor harm.)  Is there anything else we can do to improve the translation
workflow?




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope.
  2022-09-29  7:20 ` Liliana Marie Prikler
@ 2022-10-01 23:19   ` Thiago Jung Bauermann via Guix-patches via
  2022-10-03 13:32     ` bug#58155: " Mathieu Othacehe
  0 siblings, 1 reply; 4+ messages in thread
From: Thiago Jung Bauermann via Guix-patches via @ 2022-10-01 23:19 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 58155


Hello Liliana,

Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> writes:

> Am Donnerstag, dem 29.09.2022 um 00:20 -0300 schrieb Thiago Jung
> Bauermann:
>> * etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.
>> ---
>> 
>> Hello,
>> 
>> I'm interested in receiving emails about changes in etc/news.scm.
>> This patch assumes other members of the translations team are as
>> well.
> Since changes to NEWS and po rarely go through the mailing lists, I
> doubt this will have the intended effect.  (Of course we can still add
> the scope, it most likely will do exactly nothing, i.e. neither good
> nor harm.)

This patch doesn't add scope entries for NEWS nor for po files though.
There's a scope entry for the latter but it was added by a previous
patch.

I thought that changes to etc/news.scm went through the mailing lists
but it looks like they don't so this patch is less useful than I
thought...

I still think it would be useful to apply it, as a kind of
documentation/statement that the translations team is interested in
changes to etc/news.scm.

Relatedly, it would be a good idea for people adding new entries to
etc/news.scm to notify members of the translations team.

> Is there anything else we can do to improve the translation
> workflow?

I think Julien Lepiller's proposal to translate news on weblate would be
a nice improvement:

https://yhetil.org/guix/20220721222734.0f0ac881@sybil.lepiller.eu/

-- 
Thanks
Thiago




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#58155: [PATCH] etc: teams: Add news.scm to translations team scope.
  2022-10-01 23:19   ` Thiago Jung Bauermann via Guix-patches via
@ 2022-10-03 13:32     ` Mathieu Othacehe
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2022-10-03 13:32 UTC (permalink / raw)
  To: Thiago Jung Bauermann; +Cc: Liliana Marie Prikler, 58155-done


Hey,

> Relatedly, it would be a good idea for people adding new entries to
> etc/news.scm to notify members of the translations team.

We could state that modifications to etc/news.scm should go to review
and with you change, the members of the translation team would be
notified.

Applied, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-03 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-29  3:20 [bug#58155] [PATCH] etc: teams: Add news.scm to translations team scope Thiago Jung Bauermann via Guix-patches via
2022-09-29  7:20 ` Liliana Marie Prikler
2022-10-01 23:19   ` Thiago Jung Bauermann via Guix-patches via
2022-10-03 13:32     ` bug#58155: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.