]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
Port DDTP to APT 0.6 branch
[apt.git] / apt-pkg / init.cc
index f4b816c0be468c11b7818a2905e4e8b74ff72c3c..3e4c17289eab90f4dfad01007c727d403fc2d15e 100644 (file)
@@ -33,6 +33,9 @@ const char *pkgOS = COMMON_OS;
    is prepended, this allows a fair degree of flexability. */
 bool pkgInitConfig(Configuration &Cnf)
 {
+   // Translation
+   Cnf.Set("APT::Acquire::Translation", "environment");
+
    // General APT things
    if (strcmp(COMMON_OS,"linux") == 0 ||
        strcmp(COMMON_OS,"unknown") == 0)