mirror of
git://git.savannah.gnu.org/guix/maintenance.git
synced 2023-12-14 03:33:04 +01:00
hydra: berlin: Accept new languages.
* hydra/nginx/berlin.scm (%extra-content): Autoredirect 'eo', 'ko' and 'ru' to the translated website.
This commit is contained in:
parent
67d6fea22d
commit
3d63e8d690
1 changed files with 4 additions and 0 deletions
|
@ -1031,9 +1031,13 @@ 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")))
|
||||
"set_from_accept_language $lang en de es eo fr ko ru 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
|
||||
|
|
Loading…
Reference in a new issue