mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'customize-linux' entry.
This commit is contained in:
parent
f76ed96f93
commit
fc774ece91
1 changed files with 8 additions and 2 deletions
10
etc/news.scm
10
etc/news.scm
|
@ -28,13 +28,19 @@
|
||||||
|
|
||||||
(entry (commit "dfc6957a5af7d179d4618eb19d4f555c519bc6f2")
|
(entry (commit "dfc6957a5af7d179d4618eb19d4f555c519bc6f2")
|
||||||
(title
|
(title
|
||||||
(en "New @code{customize-linux} procedure"))
|
(en "New @code{customize-linux} procedure")
|
||||||
|
(de "Neue Prozedur @code{customize-linux}"))
|
||||||
(body
|
(body
|
||||||
(en "The @code{(gnu packages linux)} module includes a new
|
(en "The @code{(gnu packages linux)} module includes a new
|
||||||
@code{customize-linux} procedure, which should now be used instead of
|
@code{customize-linux} procedure, which should now be used instead of
|
||||||
replacing the @samp{\"kconfig\"} native input of a @code{linux-libre}-derived
|
replacing the @samp{\"kconfig\"} native input of a @code{linux-libre}-derived
|
||||||
package, as the kernel config file is no longer provided as a native
|
package, as the kernel config file is no longer provided as a native
|
||||||
input.")))
|
input.")
|
||||||
|
(de "Das Modul @code{(gnu packages linux)} enthält eine neue Prozedur
|
||||||
|
@code{customize-linux}, die von nun an für angepasste Linux-Pakete benutzt
|
||||||
|
werden sollte. Die native Eingabe @samp{\"kconfig\"} eines von
|
||||||
|
@code{linux-libre} abgeleiteten Pakets zu ersetzen, funktioniert nicht mehr,
|
||||||
|
weil die Kernel-Konfigurationsdatei nicht mehr als native Eingabe vorliegt.")))
|
||||||
|
|
||||||
(entry (commit "788602b37ff42f730d4b7b569b0fb51465f147da")
|
(entry (commit "788602b37ff42f730d4b7b569b0fb51465f147da")
|
||||||
(title
|
(title
|
||||||
|
|
Loading…
Reference in a new issue