[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: news: Add ‘de’ translation.
From: |
guix-commits |
Subject: |
branch master updated: news: Add ‘de’ translation. |
Date: |
Thu, 11 Mar 2021 08:02:46 -0500 |
This is an automated email from the git hooks/post-receive script.
pelzflorian pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c6079b0 news: Add ‘de’ translation.
c6079b0 is described below
commit c6079b0278a94fa1a9477a9ab667fd419acc388b
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Thu Mar 11 13:16:56 2021 +0100
news: Add ‘de’ translation.
---
etc/news.scm | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/etc/news.scm b/etc/news.scm
index d1b9b42..02d4b38 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -21,7 +21,8 @@
(entry (commit "02e2e093e858e8a0ca7bd66c1f1f6fd0a1705edb")
(title
- (en "New @command{guix import go} command"))
+ (en "New @command{guix import go} command")
+ (de "Neuer Befehl @command{guix import go}"))
(body
(en "The new @command{guix import go} command allows packagers to
generate a package definition or a template thereof given the name of a Go
@@ -31,7 +32,18 @@ package available through @url{https://proxy.golang.org},
like so:
guix import go golang.org/x/sys
@end example
-Run @command{info \"(guix) Invoking guix import\"} for more info.")))
+Run @command{info \"(guix) Invoking guix import\"} for more info.")
+ (de "Mit dem neuen Befehl @command{guix import go} können
+Paketautoren eine Paketdefinition oder eine Vorlage dafür anhand des Namens
+eines auf @url{https://proxy.golang.org} verfügbaren Go-Pakets erzeugen, etwa
+so:
+
+@example
+guix import go golang.org/x/sys
+@end example
+
+Führen Sie @command{info \"(guix.de) Aufruf von guix import\"} aus, um mehr
+Informationen zu bekommen.")))
(entry (commit "1b5b882120daf7d111aa351a919a90e818324347")
(title