summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-490000-search-in-all-translations
Commit message (Collapse)AuthorAgeFilesLines
* Include all translations when building the cacheJulian Andres Klode2021-01-271-0/+13
| | | | | | | | | We do download all translations we ever downloaded, but we don't add all of those to the cache, meaning that if we run update with LANG=C, it might still download your de_DE translation, but it won't insert it into the cache, causing your de_DE user to not get translated messages. LP: #1907850
* Search in all available description translationsАлексей Шилин2019-11-251-0/+107
When multiple translations of package descriptions are available, perform search in all of them. It allows using search patterns in any of the configured languages. Previously, only the first available translation was searched. As the result, patterns in e.g. English never matched packages which had their descriptions translated into local language. Closes: #490000