diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-09-30 23:57:26 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2022-10-01 00:55:28 +0200 |
commit | 0dec41f329c37a4293a2a8326f1fe7d9318ec455 (patch) | |
tree | 707008965a8b1cfc321be58c3f8b6f0a6e778fa8 /etc/news.scm | |
parent | 1266b9ed111bff7b860cba6921e4540bc1f61c9e (diff) |
news: Add 'de' translation.
* etc/news.scm: Add German translation of '--with-source' entry.
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index abb89e09d1..7b1d408656 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -29,6 +29,7 @@ (entry (commit "28ade1bab207974cce6a014e7187968511fc5526") (title (en "@option{--with-source} is now recursive") + (de "@option{--with-source} ist jetzt rekursiv") (fr "@option{--with-source} est dorénavant récursive")) (body (en "The @option{--with-source} package transformation option now @@ -39,6 +40,14 @@ software and share their changes. Run @command{info \"(guix) Package Transformation Options\"} for more info.") + (de "Die Paketumwandlungsoption @option{--with-source} wird jetzt den +angegebenen Quellcode für sämtliche passende Pakete benutzen, Abhängigkeiten +eingeschlossen. Die Option hilft Paketbetreuern, Entwicklern und allgemein allen +Nutzern, die Guix benutzen, das Recht, ihre Software anzupassen und +Änderungen zu teilen, leichter auszuüben. + +Führen Sie für mehr Informationen @command{info \"(guix.de) +Paketumwandlungsoptionen\"} aus.") (fr "L'option de transformation de paquet @option{--with-source} s'applique désormais à tous les paquets correspondant, y compris les dépendances. Cette option est utile pour les personnes qui maintiennent un |