Bug 72693 - Glade stock menu items not translated correctly
Summary: Glade stock menu items not translated correctly
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: gnome-python2
Version: null
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Matt Wilson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 65866 66350 71792
TreeView+ depends on / blocked
 
Reported: 2002-08-26 18:12 UTC by Daniel Walsh
Modified: 2008-05-01 15:38 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-09-02 14:19:33 UTC
Embargoed:


Attachments (Terms of Use)
test case showing the problem (1.82 KB, patch)
2002-08-26 18:14 UTC, Daniel Walsh
no flags Details | Diff

Description Daniel Walsh 2002-08-26 18:12:16 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020712

Description of problem:
Stock Menu items within the glade/gnome widget pool are not being translated
correctly.  Menu items do not show for certain languages.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.run Glade-2 and build a new gnome app
2.Select the gnome app window and save.
3.Now build a python module to use the glade file.
4.Run the glade module with the following command
LANG=jp_JP.eucJP python2.2 test.py

	

Actual Results:  Translated menu line will not appear.

Expected Results:  Translated menu line should appear.

Additional info:

Comment 1 Daniel Walsh 2002-08-26 18:14:37 UTC
Created attachment 73124 [details]
test case showing the problem

Comment 2 Havoc Pennington 2002-08-26 18:43:46 UTC
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.



Comment 3 Daniel Walsh 2002-08-27 18:26:51 UTC
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.



Comment 4 Jonathan Blandford 2002-08-27 18:46:26 UTC
the problem is that gnome.ui.program_init is not calling bindtextdomain on
libgnomeui.  Matt, do you have a fix forthcoming?

Comment 5 Jonathan Blandford 2002-09-02 16:28:23 UTC
this is fixed in the current libgnome package


Note You need to log in before you can comment on or make changes to this bug.