Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include all translations when building the cache | Julian Andres Klode | 2021-01-27 | 1 | -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-25 | 1 | -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 |