install: Add node name in Castellano.

* gnu/system/install.scm (%installation-node-names): Add "es".
This commit is contained in:
Ludovic Courtès 2019-04-24 11:34:40 +02:00
parent 9374cbd1fb
commit 55111549e8
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -84,6 +84,7 @@ (define %installation-node-names
;; 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)