summaryrefslogtreecommitdiff
path: root/test/libapt/getlanguages_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* merge from the mvo branchMichael Vogt2010-05-041-0/+7
|
* * aptconfiguration.cc:David Kalnischkies2010-02-181-2/+20
| | | | | | | | | | - 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).
* dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-181-14/+47
|
* convert getlanguages_test to our new equals()David Kalnischkies2009-11-281-34/+34
|
* [BREAK] add possibility to download and use multiplyDavid Kalnischkies2009-11-261-0/+91
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.