diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-23 07:49:43 +0100 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2025-02-23 09:10:01 +0100 |
commit | 9756699849b381a60f8336077af5494ac59ca27d (patch) | |
tree | 8dac09306cca8594c720e37fe6c82175e96c5f7b | |
parent | 5030292dbafbd565922d08420b38304eca061a2a (diff) | |
download | guix-9756699849b381a60f8336077af5494ac59ca27d.tar.gz guix-9756699849b381a60f8336077af5494ac59ca27d.zip |
news: Add 'de' translation.
* etc/news.scm: Add German translation of update of 'linux-libre' entry.
Change-Id: I0a543ed805d22491257ad6f94bbcd527657dabee
-rw-r--r-- | etc/news.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm index a8041afc75..45f239b1ad 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -39,10 +39,13 @@ (entry (commit "b4cc3e50187bd20a9479df52022c8228d3af49ab") (title - (en "Linux-libre updated to 6.13")) + (en "Linux-libre updated to 6.13") + (de "Linux-libre wird auf 6.13 aktualisiert")) (body (en "The default linux-libre package has been updated to the -6.13 release series."))) +6.13 release series.") + (de "Das standardmäßig verwendete @code{linux-libre}-Paket basiert + jetzt auf der 6.13-Versionsreihe."))) (entry (commit "0753a17ddf6f4fab98b93c25f1a93b97ff9e46bb") (title |