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 1c50758fa7 news: Add 'de' translation.
1c50758fa7 is described below

commit 1c50758fa735dc187dc18f50e09b970f19aef657
Author: Florian Pelz <pelzflor...@pelzflorian.de>
AuthorDate: Sat May 10 11:11:59 2025 +0200

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of linux-libre 6.13 removal entry.
    
    Change-Id: Ic7fa995b1eadbf6dfd35fee47e0190a0b80e714a
---
 etc/news.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/etc/news.scm b/etc/news.scm
index 41155d9022..c70234ece7 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -40,11 +40,15 @@
 
  (entry (commit "6e8ffdf3c5afac265e540027c2332573b25461ae")
         (title
-         (en "Linux-libre 6.13 removed from Guix"))
+         (en "Linux-libre 6.13 removed from Guix")
+         (de "Linux-libre 6.13 wurde aus Guix entfernt"))
         (body
          (en "The 6.13 linux-libre kernel series has been removed from GNU 
Guix,
 because it is no longer supported upstream.  The 6.14 kernel series is now the
-default.")))
+default.")
+         (de "Die Versionsreihe 6.13 des Linux-libre-Kernels wurde aus GNU Guix
+entfernt, weil sie von dessen Anbieter nicht mehr unterstützt wird.
+Kernel-Versionsreihe 6.14 ist jetzt vorgegeben.")))
 
  (entry (commit "ce363c1dc7bd63a74dcf7788d340819f6d5db89f")
         (title

Reply via email to