all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

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 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.