guix-commits
[Top][All Lists]
Advanced

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

branch master updated: doc: Build the French HTML cookbook.


From: guix-commits
Subject: branch master updated: doc: Build the French HTML cookbook.
Date: Sun, 18 Apr 2021 10:50:37 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fef2f08  doc: Build the French HTML cookbook.
fef2f08 is described below

commit fef2f08bc640f78cc0a86fc7be3eccbc07b5e98c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Apr 18 16:48:53 2021 +0200

    doc: Build the French HTML cookbook.
    
    * doc/build.scm (%languages): Add 'fr' cookbook translation.
---
 doc/build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/build.scm b/doc/build.scm
index e96df19..b338004 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -63,9 +63,9 @@
       "guix"))
 
 (define %languages
-  ;; The cookbook is currently only translated into German.
+  ;; The cookbook is not translated in the same languages as the manual
   (if (string=? %manual "guix-cookbook")
-      '("de" "en")
+      '("de" "en" "fr")
       '("de" "en" "es" "fr" "ru" "zh_CN")))
 
 (define (texinfo-manual-images source)



reply via email to

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