guix-commits
[Top][All Lists]
Advanced

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

03/03: website: help: Add links to the Russian and Simplified Chinese tr


From: Ludovic Courtès
Subject: 03/03: website: help: Add links to the Russian and Simplified Chinese translations.
Date: Mon, 20 May 2019 05:49:41 -0400 (EDT)

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

commit 893ec900915970d45ca8076fe7779582e51df53f
Author: Ludovic Courtès <address@hidden>
Date:   Sun May 19 23:17:46 2019 +0200

    website: help: Add links to the Russian and Simplified Chinese translations.
    
    * website/apps/base/templates/help.scm (help-t): Add Russian and
    Simplified Chinese.
---
 website/apps/base/templates/help.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/website/apps/base/templates/help.scm 
b/website/apps/base/templates/help.scm
index 20b244b..ce04032 100644
--- a/website/apps/base/templates/help.scm
+++ b/website/apps/base/templates/help.scm
@@ -54,7 +54,9 @@
          (a (@ (href ,(guix-url "manual/de"))) "Deutsch") " | "
          (a (@ (href ,(guix-url "manual/en"))) "English") " | "
          (a (@ (href ,(guix-url "manual/es"))) "español") " | "
-         (a (@ (href ,(guix-url "manual/fr"))) "français"))
+         (a (@ (href ,(guix-url "manual/fr"))) "français") " | "
+         (a (@ (href ,(guix-url "manual/ru"))) "руÑÑкий")  " | "
+         (a (@ (href ,(guix-url "manual/zh-cn"))) "简体中文"))
 
         ,(link-more
          #:label "Get Guix reference card"



reply via email to

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