guix-commits
[Top][All Lists]
Advanced

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

02/03: website: contribute: Provide clearer links to the TP.


From: Ludovic Courtès
Subject: 02/03: website: contribute: Provide clearer links to the TP.
Date: Mon, 20 Jul 2015 16:17:39 +0000

civodul pushed a commit to branch master
in repository guix-artwork.

commit cb5fae7a8889324d5346cc4589fac2a5628eaaf0
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jul 20 18:12:52 2015 +0200

    website: contribute: Provide clearer links to the TP.
    
    * website/www/contribute.scm (contribute-page): Link to guix.html and
      guix-packages.html on the TP.
---
 website/www/contribute.scm |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index fa42153..6d1d3e6 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -166,12 +166,19 @@ reports. ")
                             "Report a bug"))
                     (div (@ (class "summary-box"))
                          (h2 (@ (id "translation")) "Translation")
-                         (p "You can help us translate software and
-documentation to your language. The main components of the Guix System
-Distribution, including the Guix package manager, can be translated in the "
+                         (p "You can help translate the "
+                             (a (@ (href
+                                    
"http://translationproject.org/domain/guix.html";))
+                                "software")
+                             " and the "
+                             (a (@ (href
+                                    
"http://translationproject.org/domain/guix-packages.html";))
+                                "package descriptions")
+                             " to your language.  "
+                             "See the"
                             (a (@ (href 
"https://translationproject.org/html/translators.html";))
                                "Translation Project")
-                            ".")
+                            " for information on how you can help.")
                          (p "Other "
                             (a (@ (href ,(base-url "packages")))
                                "software packaged")



reply via email to

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