guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Accept new languages.


From: julien lepiller
Subject: branch master updated: hydra: berlin: Accept new languages.
Date: Wed, 07 Apr 2021 11:56:20 -0400

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 b54e8d3  hydra: berlin: Accept new languages.
b54e8d3 is described below

commit b54e8d3f87dfcae19fb3b154fad4c33c56522dfe
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Apr 7 17:54:36 2021 +0200

    hydra: berlin: Accept new languages.
    
    The previous attempt contained a line from a previous version of the
    file that caused a conflict.
    
    * hydra/nginx/berlin.scm (%extra-content): Autoredirect 'eo', 'ko' and 'ru'
    to the translated website.
---
 hydra/nginx/berlin.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 6dc9072..d29146a 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -1031,8 +1031,11 @@ synonymous IETF language tags that should be mapped to 
the same $lang."
 
    (accept-languages '(("en")
                        ("de")
+                       ("eo")
                        ("es")
                        ("fr")
+                       ("ko")
+                       ("ru")
                        ("zh-CN" "zh" "zh-Hans" "zh-Hans-CN")))
 
    ;; Maximum chunk size to send.  Partly this is a workaround for



reply via email to

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