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).
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.