From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 Description of problem: Some of localized string founded in .po file does not used in GUI. When utility started in ru_RU.UTF-8 locale some messages is in Russian but most of them in English. Corrected .mo file is compiled from .po file located in CVS and UI should use localized version of strings. Version-Release number of selected component (if applicable): system-config-lvm-0.9.12-1.0 How reproducible: Always Steps to Reproduce: 1. get system-config-lvm from CVS 2. prepare RPM and install it 3. set locale LANG=ru_RU.UTF-8 4. run system-config=lvm Actual Results: Main window has translated menus, buttons but list items and properties of Storages is in English. Expected Results: Most of messages should be in Russian ( .po file 99% translated ) Additional info: I found that binding text domain in system-config-lvm.py before using modules resolve the problem. -------------------------------- import gettext gettext.bindtextdomain(PROGNAME, "/usr/share/locale") gettext.textdomain(PROGNAME) from renderer import volume_renderer --------------------------------
Fixed in 0.9.14-1.0
QA_READY has been deprecated in favor of ON_QA. Please use ON_QA in the future. Moving to ON_QA.
Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again.
This bug has been in NEEDINFO for more than 30 days since feedback was first requested. As a result we are closing it. If you can reproduce this bug in the future against a maintained Fedora version please feel free to reopen it against that version. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp