[master/f21/rhel7-branch] Add support for language selection in text mode. (#1000326)

Samantha N. Bueno sbueno+anaconda at redhat.com
Fri Sep 26 18:59:50 UTC 2014


On Fri, Sep 26, 2014 at 02:49:04PM -0400, David Shea wrote:
> On 09/26/2014 01:27 PM, Samantha N. Bueno wrote:
> >+        if key.lower() == "b":
> >+            self.app.switch_screen(self, None)
> >+            return True
> 
> Translate the 'b' and add a translator comment (b for back).

Fixed locally.
 
> Other than that, my first reaction is to replace get_english_name with
> get_native_name so that if the user chooses to install in another language
> they suffer the consequences, but that really wreaks havoc with the terminal
> font. So unless someone feels like figuring that out, ack.

Yeah, IMO that is just not something worth figuring out. Very little
return for what is probably a lot of effort.

> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list