diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 14:04:55 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-03-13 14:04:55 +0100 |
commit | 90ff41f8a6fdd304ac645f8279464462ca36fccd (patch) | |
tree | 1913efb4115e5bd248393230d77c3dfb2647c1f4 /doc/examples/configure-index | |
parent | ad08bf610f0849ddd877abab0f2020dd1ae52dd1 (diff) |
* apt-pkg/indexfile.cc:
- fix problem overwriting APT::Acquire::Translation
* doc/examples/configure-index:
- document APT::Acquire::Translation
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 4262b479f..e5d1f2ab3 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -191,6 +191,9 @@ Acquire // mirror failure reporting url ReportFailures "http://example.com/mirror-failure"; }; + + // translations can be set here to "none", "environment" or "$locale" + Translation "none"; }; // Directory layout |