guix-commits
[Top][All Lists]
Advanced

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

06/08: install: Add node name in Russian.


From: guix-commits
Subject: 06/08: install: Add node name in Russian.
Date: Mon, 13 May 2019 04:59:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7059cfc8236b1e59ae3c1aae12d65c700e9bfd18
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 13 10:50:27 2019 +0200

    install: Add node name in Russian.
    
    * gnu/system/install.scm (%installation-node-names): Add "ru".
---
 gnu/system/install.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 45c6051..453b0bd 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -85,7 +85,8 @@
   '(("de" . "Systeminstallation")
     ("en" . "System Installation")
     ("es" . "Instalación del sistema")
-    ("fr" . "Installation du système")))
+    ("fr" . "Installation du système")
+    ("ru" . "Установка системы")))
 
 (define (log-to-info tty user)
   "Return a script that spawns the Info reader on the right section of the



reply via email to

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