Re: [PATCH 5/6 master] Translate task and repo names based on the product.img (#622064).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> diff --git a/pyanaconda/iw/task_gui.py b/pyanaconda/iw/task_gui.py
> index e639010..42c2dfd 100644
> --- a/pyanaconda/iw/task_gui.py
> +++ b/pyanaconda/iw/task_gui.py
> @@ -623,7 +623,7 @@ class TaskWindow(InstallWindow):
>                  continue
>  
>              enabled = self.backend.groupListDefault(grps)
> -            store.append([not anyEnabled and enabled, _(txt), grps])
> +            store.append([not anyEnabled and enabled, gettext.ldgettext("comps", txt), grps])
>  
>              if enabled:
>                  anyEnabled = True

Do we have translations for tasks and repo names in the comps domain on
Fedora?  I don't think so, but I haven't checked for myself.  You can
still push this patch for consistency.  It just won't do anything.

- Chris

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux