civodul pushed a commit to branch master
in repository guix.
commit 55111549e87e7def862a616c1d25234282f2fdd6
Author: Ludovic Courtès <[email protected]>
Date: Wed Apr 24 11:34:40 2019 +0200
install: Add node name in Castellano.
* gnu/system/install.scm (%installation-node-names): Add "es".
---
gnu/system/install.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index f20d94f..45c6051 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)