[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] Make the "comps" translation domain dynamic.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Subject: Re: [PATCH] Make the "comps" translation domain dynamic.
- Date: Wed, 9 Mar 2011 11:53:46 -0500
> diff --git a/pyanaconda/installclasses/rhel.py b/pyanaconda/installclasses/rhel.py
> index 0a88796..19b2d8c 100644
> --- a/pyanaconda/installclasses/rhel.py
> +++ b/pyanaconda/installclasses/rhel.py
> @@ -44,6 +44,8 @@ class InstallClass(BaseInstallClass):
> tasks = [(N_("Minimal"),
> ["core"])]
>
> + _l10n_domain = "anaconda"
> +
> def getPackagePaths(self, uri):
> if not type(uri) == types.ListType:
> uri = [uri,]
Should this instead be "comps"?
- Chris
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]