Bug 72693
Summary: | Glade stock menu items not translated correctly | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | Daniel Walsh <dwalsh> | ||||
Component: | gnome-python2 | Assignee: | Matt Wilson <msw> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | null | CC: | jrb, katzj, msw | ||||
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: | 2002-09-02 14:19:33 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: | 65866, 66350, 71792 | ||||||
Attachments: |
|
Description
Daniel Walsh
2002-08-26 18:12:16 UTC
Created attachment 73124 [details]
test case showing the problem
Have a look at e.g. redhat-config-packages. We seem to have a little convenience module rhpl.translate that handles some of the details. I don't believe any of the rhpl/translate routines will help. The problem here is not english words in my code that are not being translated, but english words within the glade stuff that is not being translated. Stock item _About does not have a corresponding _("About") in my code. the problem is that gnome.ui.program_init is not calling bindtextdomain on libgnomeui. Matt, do you have a fix forthcoming? this is fixed in the current libgnome package |