guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Accept more languages.


From: julien lepiller
Subject: branch master updated: hydra: Accept more languages.
Date: Fri, 29 Jan 2021 09:45:57 -0500

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

roptat pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 2de64ce  hydra: Accept more languages.
2de64ce is described below

commit 2de64ce695e4c4d128886ca068dd84607c29dd46
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Jan 29 15:40:23 2021 +0100

    hydra: Accept more languages.
    
    * hydra/nginx/berlin.scm (%extra-content): Add locales to which the
    website is translated.
---
 hydra/nginx/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 07900e7..ee53868 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -999,7 +999,7 @@ PUBLISH-URL."
    "default_type  application/octet-stream;"
    "sendfile        on;"
 
-   "set_from_accept_language $lang en de;"
+   "set_from_accept_language $lang en de es fr zh-CN;"
 
    ;; Maximum chunk size to send.  Partly this is a workaround for
    ;; <http://bugs.gnu.org/19939>, but also the nginx docs mention that



reply via email to

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