Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-04 | merge from the mvo branch | Michael Vogt | |
2010-02-18 | * aptconfiguration.cc: | David Kalnischkies | |
- include all existing Translation files in the Cache (Closes: 564137) Previously if APT was executed with a different LC_* all these invocations needed to rebuild the Cache as too many files were included or missing: Now the lists-directory is checked for Translation-files and all these will be included in getLanguages() regardless of the environment setting (after a "none" so APT will not use them for displaying information). | |||
2010-02-18 | dd support for the LANGUAGE environment variable | David Kalnischkies | |
2009-11-28 | convert getlanguages_test to our new equals() | David Kalnischkies | |
2009-11-26 | [BREAK] add possibility to download and use multiply | David Kalnischkies | |
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. |