From 45df0ad2aab7d019cec855ba2cfe7ecdd0f8c7c8 Mon Sep 17 00:00:00 2001
From: David Kalnischkies <kalnischkies@gmail.com>
Date: Thu, 26 Nov 2009 22:23:08 +0100
Subject: [BREAK] add possibility to download and use multiply Translation
 files, configurable with Acquire::Languages accessable with
 APT::Configuration::getLanguages() and as always with documentation in
 apt.conf. The commit also includes a very very simple testapp.

---
 doc/examples/configure-index | 9 +++++++++
 1 file changed, 9 insertions(+)

(limited to 'doc/examples')

diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 7e86b3d4a..05826feaa 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -273,6 +273,15 @@ Acquire
 
     Order { "gz"; "lzma"; "bz2"; };
   };
+
+  Languages
+  {
+     "environment";
+     "de";
+     "en";
+     "none";
+     "fr";
+  };
 };
 
 // Directory layout
-- 
cgit v1.2.3