install: Add node name in Russian.
* gnu/system/install.scm (%installation-node-names): Add "ru".
This commit is contained in:
parent
06c78f3e11
commit
7059cfc823
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue