Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 74059

Summary: [PATCH] translations are ignored
Product: [Fedora] Fedora Reporter: Miloslav Trmac <mitr>
Component: setuptoolAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED CURRENTRELEASE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: p.van.egdom
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-06-07 07:31:08 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:
Bug Depends On:    
Bug Blocks: 109188    
Attachments:
Description Flags
Patch to get tool names translated none

Description Miloslav Trmac 2002-09-14 01:38:26 UTC
setuptool-1.9-2

Translations are installed to /usr/share/locale/??/LC_MESSAGES/setup.po,
but the domain used is setuptool, so they are looked for at
/usr/share/locale/??/LC_MESSAGES/setuptool.po and never found, so
nothing gets translated.

Even if the file is moved, tool names are not translated, apparently
because the initialization of the toollist[] array occurrs before
call to bindtextdomain.

Comment 1 Miloslav Trmac 2002-10-05 23:55:30 UTC
Same in 8.0

Comment 2 Miloslav Trmac 2003-01-07 14:12:36 UTC
Same in Phoebe.

Comment 3 Miloslav Trmac 2003-07-16 19:15:09 UTC
Created attachment 92965 [details]
Patch to get tool names translated

setuptool-1.13-2 helps somewhat, but the list of configuration tools still
is not translated. Attached patch (agains 1.13-2) fixes that.

Comment 4 Miloslav Trmac 2003-10-05 15:51:00 UTC
Same in FC 0.94.

Comment 5 Miloslav Trmac 2004-04-08 12:43:16 UTC
Same in setuptool-1.13-2.1.

Comment 6 Peter van Egdom 2004-06-03 19:01:46 UTC
I think this bug can be closed. See Bugzilla bug 102082 (Determine
available translations at build-time).

This bug seems fixed in Fedora Core release 2 (Tettnang).

Comment 7 Miloslav Trmac 2004-06-07 07:31:08 UTC
This is unrelated to bug 102082, but yes, it is fixed.
Thanks for the reminder.