* merged the install-recommends branch
[ntk/apt.git] / apt-pkg / init.cc
index a26f1d0..579a19a 100644 (file)
@@ -104,6 +104,9 @@ bool pkgInitConfig(Configuration &Cnf)
       bindtextdomain(textdomain(0),Cnf.FindDir("Dir::Locale").c_str());
    }
 #endif
+
+   // Translation
+   Cnf.Set("APT::Acquire::Translation", "environment");
    
    return true;
 }