summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2022-01-16 09:01:10 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2022-01-16 09:01:10 +0100
commit0891ac16d0c7eec2c5f0dfddfcc90f92927c8d96 (patch)
tree14cfe307dbcd8641711b9aa68500aae39e0d9fc8
parent172bd0b5cde2609389fd16d18862b5b612c4b000 (diff)
downloadguix-patches-0891ac16d0c7eec2c5f0dfddfcc90f92927c8d96.tar
guix-patches-0891ac16d0c7eec2c5f0dfddfcc90f92927c8d96.tar.gz
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'guix style --styling=format' entry.
-rw-r--r--etc/news.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm
index 315057d79d..7e6da61c71 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,7 @@
(entry (commit "c4fe13c294cc1e31dd8a49ce3981f603fb169e0a")
(title
(en "@command{guix style} can format package definitions")
+ (de "@command{guix style} kann Paketdefinitionen formatieren")
(fr "@command{guix style} peut mettre en forme les définitions de paquets"))
(body
(en "The recently-introduced @command{guix style} command can now be
@@ -42,6 +43,20 @@ The new @option{--styling} option can currently be passed one of the following
previously it was equivalent to @samp{--styling=inputs}.
Run @code{info \"(guix) Invoking guix style\"}, for more info.")
+ (de "Der kürzlich eingeführte Befehl @command{guix style} kann jetzt
+benutzt werden, um Paketdefinitionen automatisch nach den
+Formatierungsrichtlinien des Guix-Projekts zu formatieren. Wenn Sie Pakete zu
+Guix oder zu einem Drittanbieterkanal beitragen, könnte Ihnen das helfen.
+
+Für die neue Befehlszeilenoption @option{--styling} können Sie derzeit eine
+der folgenden @dfn{Stilregeln} angeben: @code{format}, wodurch
+Paketdefinitionen formatiert werden, oder @code{inputs}, wodurch die
+Bezeichnungen aus Paketeingaben entfernt werden. Wenn Sie {--styling}
+weglassen, passiert das Gleiche wie wenn Sie @samp{--styling=format} angeben;
+früher war es das Gleiche wie @samp{--styling=inputs}.
+
+Führen Sie @command{info \"(guix) Invoking guix style\"} aus, um mehr
+Informationen zu erhalten.")
(fr "La commande @command{guix style}, récemment introduite, peut
désormais être utilisée pour mettre en forme des définitions de paquets
suivant les règles de style du projet Guix. Si vous contribuez des paquets à