[master][PATCH] Search for all translations, not only one per langauge (#1001446)

David Shea dshea at redhat.com
Fri Aug 30 10:38:28 UTC 2013


On 08/30/2013 04:14 AM, Vratislav Podzimek wrote:
> On Thu, 2013-08-29 at 15:18 -0400, David Shea wrote:
>> On 08/29/2013 08:18 AM, Vratislav Podzimek wrote:
>>> +        # take the first locale (with highest rank) for the language
>>> +        if locales[0] not in yielded_locales:
>>> +            yielded_locales.add(locales[0])
>>>                yield locales[0]
>> Doesn't this need to yield every item in locales?
> No, we offer only one locale (the best matching) for each translation.
> However, I'll send a set of patches completely reworking the welcome
> screen to offer all locales for all languages we have some translations
> for. This is a temporary quick fix as I expect the proper, more invasive
> solution to take time to be approved and tweaked.
Ah, ok. Ack.



More information about the anaconda-patches mailing list