diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-05-23 11:34:19 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-05-23 11:52:29 +0200 |
commit | a6da02217ec340aaf8fc23ea9c42b6b623892309 (patch) | |
tree | aacbefa535275540c9df304dd6319a6b14d17b38 /etc | |
parent | bb662d71e6e3db69114645d690bc033c5ffa1ac5 (diff) | |
download | guix-a6da02217ec340aaf8fc23ea9c42b6b623892309.tar.gz |
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix import elm' entry.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 14 |
1 files changed, 14 insertions, 0 deletions
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: |