On Thu, 2010-12-30 at 15:06 +0100, tim.laurid...@gmail.com wrote: > I have added the first steps to get translation support into > yum-utils. > > Currently only the yum-plugin-aliases has been modified to support > translations, because it already has _() wrappers.
This needs to be done, eventually. But there are two main reasons I've kind of ignored it: 1. Python still sucks for i18n, I'm still disabling it in RHEL because the risk/reward doesn't seem to be enough (nobody is requesting i18n work in RHEL yum, and most of our yum bugs are still from it). So at worst I think I'd really like a "simple" way to turn it off in yum-utils, this could just mean having a yumutils.i18n module which we can do the same thing as in the yum module. 2. I'd like to not _require_ kitchen for the next month or two, that way I can get versions of yum/yum-utils into RHEL-6.1 without it as a requirement. _______________________________________________ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel