* [bug#59916] [PATCH 1/2] teams: Add localization.
@ 2022-12-09 6:51 iyzsong--- via Guix-patches via
2022-12-09 6:51 ` [bug#59917] [PATCH 2/2] teams: Add 宋文武 iyzsong--- via Guix-patches via
2022-12-25 23:40 ` bug#59916: [PATCH 1/2] teams: Add localization Ludovic Courtès
0 siblings, 2 replies; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2022-12-09 6:51 UTC (permalink / raw)
To: 59916; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* etc/teams.scm.in (localization): New team.
---
etc/teams.scm.in | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 57d4357900..7205c752f9 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -360,6 +360,17 @@ (define-team games
"gnu/packages/motti.scm"
"guix/build/minetest-build-system.scm")))
+(define-team localization
+ (team 'localization
+ #:name "Localization (l10n) team"
+ #:description
+ "Localization of your system to specific languages."
+ #:scope (list "gnu/packages/anthy.scm"
+ "gnu/packages/fcitx5.scm"
+ "gnu/packages/fcitx.scm"
+ "gnu/packages/fonts.scm"
+ "gnu/packages/ibus.scm")))
+
(define-team translations
(team 'translations
#:name "Translations"
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#59917] [PATCH 2/2] teams: Add 宋文武.
2022-12-09 6:51 [bug#59916] [PATCH 1/2] teams: Add localization iyzsong--- via Guix-patches via
@ 2022-12-09 6:51 ` iyzsong--- via Guix-patches via
2022-12-25 23:40 ` bug#59916: [PATCH 1/2] teams: Add localization Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: iyzsong--- via Guix-patches via @ 2022-12-09 6:51 UTC (permalink / raw)
To: 59917; +Cc: 宋文武
From: 宋文武 <iyzsong@member.fsf.org>
* etc/team.scm.in: Add 宋文武.
---
etc/teams.scm.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 7205c752f9..7370e26f16 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -511,6 +511,10 @@ (define-member (person "Raghav Gururajan"
"rg@raghavgururajan.name")
mentors)
+(define-member (person "宋文武"
+ "iyzsong@envs.net")
+ games localization)
+
\f
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
--
2.38.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#59916: [PATCH 1/2] teams: Add localization.
2022-12-09 6:51 [bug#59916] [PATCH 1/2] teams: Add localization iyzsong--- via Guix-patches via
2022-12-09 6:51 ` [bug#59917] [PATCH 2/2] teams: Add 宋文武 iyzsong--- via Guix-patches via
@ 2022-12-25 23:40 ` Ludovic Courtès
1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-12-25 23:40 UTC (permalink / raw)
To: iyzsong; +Cc: 宋文武, 59916-done
Hi,
iyzsong@envs.net skribis:
> From: 宋文武 <iyzsong@member.fsf.org>
>
> * etc/teams.scm.in (localization): New team.
Good idea. Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-25 23:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-09 6:51 [bug#59916] [PATCH 1/2] teams: Add localization iyzsong--- via Guix-patches via
2022-12-09 6:51 ` [bug#59917] [PATCH 2/2] teams: Add 宋文武 iyzsong--- via Guix-patches via
2022-12-25 23:40 ` bug#59916: [PATCH 1/2] teams: Add localization Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).