install: Add node name in Castellano.
* gnu/system/install.scm (%installation-node-names): Add "es".master
parent
9374cbd1fb
commit
55111549e8
|
@ -84,6 +84,7 @@
|
||||||
;; usually not available at run time, hence this hack.
|
;; usually not available at run time, hence this hack.
|
||||||
'(("de" . "Systeminstallation")
|
'(("de" . "Systeminstallation")
|
||||||
("en" . "System Installation")
|
("en" . "System Installation")
|
||||||
|
("es" . "Instalación del sistema")
|
||||||
("fr" . "Installation du système")))
|
("fr" . "Installation du système")))
|
||||||
|
|
||||||
(define (log-to-info tty user)
|
(define (log-to-info tty user)
|
||||||
|
|
Reference in New Issue