diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-04-24 11:34:40 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-25 00:45:34 +0200 |
commit | 55111549e87e7def862a616c1d25234282f2fdd6 (patch) | |
tree | b1b1d57ab0ebe9577a25a6cdd98f7a6833e73386 /gnu/system | |
parent | 9374cbd1fb29395a5e849e95e8a249e5f9f944c0 (diff) | |
download | guix-55111549e87e7def862a616c1d25234282f2fdd6.tar guix-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.scm | 1 |
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) |