summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-24 11:34:40 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-25 00:45:34 +0200
commit55111549e87e7def862a616c1d25234282f2fdd6 (patch)
treeb1b1d57ab0ebe9577a25a6cdd98f7a6833e73386 /gnu/system
parent9374cbd1fb29395a5e849e95e8a249e5f9f944c0 (diff)
downloadguix-patches-55111549e87e7def862a616c1d25234282f2fdd6.tar
guix-patches-55111549e87e7def862a616c1d25234282f2fdd6.tar.gz
install: Add node name in Castellano.
* gnu/system/install.scm (%installation-node-names): Add "es".
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/install.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index f20d94f385..45c6051732 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -84,6 +84,7 @@
;; usually not available at run time, hence this hack.
'(("de" . "Systeminstallation")
("en" . "System Installation")
+ ("es" . "Instalación del sistema")
("fr" . "Installation du système")))
(define (log-to-info tty user)