diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 10:50:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-05-13 10:50:27 +0200 |
commit | 7059cfc8236b1e59ae3c1aae12d65c700e9bfd18 (patch) | |
tree | 6d2ad78f913d9c6f3af8c1b07c9f1f162b3e3dcd | |
parent | 06c78f3e1115dd850d55a21a1b7ae66f52f08961 (diff) | |
download | patches-7059cfc8236b1e59ae3c1aae12d65c700e9bfd18.tar patches-7059cfc8236b1e59ae3c1aae12d65c700e9bfd18.tar.gz |
install: Add node name in Russian.
* gnu/system/install.scm (%installation-node-names): Add "ru".
-rw-r--r-- | gnu/system/install.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index 45c6051732..453b0bdd6d 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 |