guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: install: Add node name in Castellano.


From: guix-commits
Subject: 01/10: install: Add node name in Castellano.
Date: Wed, 24 Apr 2019 18:46:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 55111549e87e7def862a616c1d25234282f2fdd6
Author: Ludovic Courtès <address@hidden>
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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]