From 5eb9dcbe0cfbff16cb63e01d511441819462ef2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Wed, 31 Dec 2014 16:26:13 +0100 Subject: [PATCH] add "only-en-translations", as no translations is killing long descriptions --- apt.conf.d/99no-translations | 1 + apt.conf.d/99only-en-translation | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 apt.conf.d/99only-en-translation diff --git a/apt.conf.d/99no-translations b/apt.conf.d/99no-translations index 2318f84..138e776 100644 --- a/apt.conf.d/99no-translations +++ b/apt.conf.d/99no-translations @@ -1 +1,2 @@ +# the "official" debian "long" descriptions are only in the translations; this will kill them Acquire::Languages "none"; diff --git a/apt.conf.d/99only-en-translation b/apt.conf.d/99only-en-translation new file mode 100644 index 0000000..440fb92 --- /dev/null +++ b/apt.conf.d/99only-en-translation @@ -0,0 +1,2 @@ +# only load english translations (to get full description for official debian packages) +Acquire::Languages "en";