diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-05-19 23:17:46 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-19 23:23:04 +0200 |
| commit | 893ec900915970d45ca8076fe7779582e51df53f (patch) | |
| tree | 75baabd7fa89cd91a4107416beaa6049811d9ae3 /website | |
| parent | website: Bump to 1.0.1. (diff) | |
| download | guix-artwork-893ec900915970d45ca8076fe7779582e51df53f.tar.gz | |
website: help: Add links to the Russian and Simplified Chinese translations.
* website/apps/base/templates/help.scm (help-t): Add Russian and
Simplified Chinese.
Diffstat (limited to 'website')
| -rw-r--r-- | website/apps/base/templates/help.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
