From a6da02217ec340aaf8fc23ea9c42b6b623892309 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Mon, 23 May 2022 11:34:19 +0200 Subject: news: Add 'de' translation. * etc/news.scm: Add German translation of 'guix import elm' entry. --- etc/news.scm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'etc') diff --git a/etc/news.scm b/etc/news.scm index da5d86076b..a74ca94b8a 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -28,6 +28,7 @@ (entry (commit "903c82583e1cec4c9ff09d5895c5cc646c37b661") (title (en "New @command{guix import elm} command") + (de "Neuer Befehl @command{guix import elm}") (fr "Nouvelle commande @command{guix import elm}")) (body (en "The new @command{guix import elm} command allows packagers to @@ -42,6 +43,19 @@ Run @command{info \"(guix) Invoking guix import\"} for more info. This comes with a new build system for Elm packages---run @command{info \"(guix) Build Systems\"} for details.") + (de "Mit dem neuen Befehl @command{guix import elm} können Paketautoren +eine Paketdefinition anhand des Namens eines Pakets für Elm, einer funktionalen +Programmiersprache für das Web, erzeugen: + +@example +guix import elm elm/bytes +@end example + +Führen Sie @command{info \"(guix.de) Aufruf von guix import\"} aus, um mehr +Informationen zu bekommen. + +Dazu kommt ein neues Erstellungssystem für Elm-Pakete. Führen Sie +@command{info \"(guix.de) Erstellungssysteme\"} aus, um mehr zu erfahren.") (fr "La nouvelle commande @command{guix import elm} permet de générer une définition de paquet reposant sur Elm, un langage de programmation fonctionnelle pour le Web: -- cgit v1.2.1