[PATCH] Make it possible to override translation domain in GUIObjects (#1040240)

Martin Kolman mkolman at redhat.com
Tue Apr 1 10:41:19 UTC 2014


On Mon, 2014-03-31 at 11:40 -0400, Chris Lumens wrote:
> > diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py
> > index a3e7558..684e656 100644
> > --- a/pyanaconda/ui/gui/__init__.py
> > +++ b/pyanaconda/ui/gui/__init__.py
> > @@ -78,6 +78,7 @@ class GUIObject(common.UIObject):
> >      builderObjects = []
> >      mainWidgetName = None
> >      uiFile = ""
> > +    translationDomain = "anaconda"
> >  
> >      screenshots_directory = "/tmp/anaconda-screenshots"
> >  
> 
> I'd like to see this new attribute described in the big comment just
> above.  Otherwise, these look fine.
Sure, will do. :)
> 
> - Chris
> _______________________________________________
> 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