[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)
- branch master updated (9374cbd -> ecb33b8), guix-commits, 2019/04/24
- 10/10: vm: Adjust FAT serial number code to 32-bit Guile., guix-commits, 2019/04/24
- 05/10: installer: Ask for user password and initialize /etc/shadow., guix-commits, 2019/04/24
- 08/10: vm: 'system-disk-image' no longer requires the OS to define the "/" file system., guix-commits, 2019/04/24
- 09/10: installer: Preserve order of user accounts., guix-commits, 2019/04/24
- 07/10: installer: Ask for the root account password., guix-commits, 2019/04/24
- 03/10: self: Install 'guix.zh_CN.info'., guix-commits, 2019/04/24
- 06/10: installer: 'run-input-page' has a new #:input-flags parameter., guix-commits, 2019/04/24
- 04/10: installer: Add missing 'G_' for networking message., guix-commits, 2019/04/24
- 01/10: install: Add node name in Castellano.,
guix-commits <=
- 02/10: system: Add guile-readline and guile-colorized to %BASE-PACKAGES., guix-commits, 2019/04/24