Beispiel #1
0
        def wrapped_f(*args, **kwargs):
            locale = locale_actual()
            po = po_actual()
            reset_locales()

            response = f(*args, **kwargs)
            cambiar_locale(locale)
            setear_po(po)
            return response
Beispiel #2
0
        def wrapped_f(*args, **kwargs):
            locale = locale_actual()
            po = po_actual()
            reset_locales()

            response = f(*args, **kwargs)
            cambiar_locale(locale)
            setear_po(po)
            return response
Beispiel #3
0
 def seleccionar_idioma(self, idioma):
     """Selecciona el idioma."""
     cambiar_locale(idioma)
     self.send_constants()
     self.get_pantalla_modos()
Beispiel #4
0
 def seleccionar_idioma(self, idioma):
     """Selecciona el idioma."""
     cambiar_locale(idioma)
     self.send_constants()
     self.get_pantalla_modos()