Bug 212958

Summary: License agreement questions not translated
Product: Red Hat Enterprise Linux 5 Reporter: Bastien Nocera <bnocera>
Component: redhat-releaseAssignee: Dennis Gregorovic <dgregor>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: jlaska, tao
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: beta2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-23 01:52:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bastien Nocera 2006-10-30 11:34:31 UTC
+++ This bug was initially created as a clone of Bug #176210 +++

firstboot-1.3.39-4

In some cases, the "Yes, I agree to the License Agreement" and "No, I do not
agree" are not translated properly.
Changing the i18n code at the top of modules/eula.py from:
import gettext
gettext.bindtextdomain ("firstboot", "/usr/share/locale")
gettext.textdomain ("firstboot")
_=gettext.gettext
to:
from rhpl.translate import _, N_
import rhpl.translate as translate
translate.textdomain ("firstboot")

As the other modules do fixes the issue.

-- Additional comment from clumens on 2006-02-09 14:19 EST --
Bouncing to redhat-release as that provides /usr/share/firstboot/modules.eula.py.

Comment 1 RHEL Program Management 2006-10-30 11:40:23 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux major release.  Product Management has requested further
review of this request by Red Hat Engineering, for potential inclusion in a Red
Hat Enterprise Linux Major release.  This request is not yet committed for
inclusion.

Comment 4 Dennis Gregorovic 2006-12-01 17:00:29 UTC
fixed in redhat-release-4.92Server, redhat-release-4.92Client

Comment 6 RHEL Program Management 2006-12-23 01:52:35 UTC
A package has been built which should help the problem described in 
this bug report. This report is therefore being closed with a resolution 
of CURRENTRELEASE. You may reopen this bug report if the solution does 
not work for you.