]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/init.cc
* merged with the current auto-mark branch
[apt.git] / apt-pkg / init.cc
index b47378d4a96ad6c87565bc010e7797b65996a375..6aa486a7f3d8b5650d6a6c4845681ef49cd8a1f6 100644 (file)
@@ -102,6 +102,9 @@ bool pkgInitConfig(Configuration &Cnf)
       bindtextdomain(textdomain(0),Cnf.FindDir("Dir::Locale").c_str());
    }
 #endif
+
+   // Translation
+   Cnf.Set("APT::Acquire::Translation", "environment");
    
    return true;
 }