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

David Shea dshea at redhat.com
Thu Aug 29 19:18:53 UTC 2013


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?


More information about the anaconda-patches mailing list