bugGChemPaint - Bugs: bug #10654, missing call to...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #10654: missing call to gtk_action_group_set_translation_domain in standaloneapp.cc

Submitter:  Christian Lohmaier <cloph>
Submitted:  Tue 12 Oct 2004 09:07:53 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  jean_brefort
Open/Closed:  Closed

Wed 13 Oct 2004 12:24:14 PM UTC, comment #2: 

Fixed in CVS

Jean Bréfort <jean_brefort>
Group administrator
Wed 13 Oct 2004 11:36:32 AM UTC, comment #1: 

Thanks for the advice.

Jean Bréfort <jean_brefort>
Group administrator
Tue 12 Oct 2004 09:07:53 PM UTC, original submission:  

The menuitems are added using gtk_action_group_add_actions and  gtk_action_group_add_toggle_actions. For localisation to work, a call to gtk_action_group_set_translation_domain is necessary, otherwise the strings defined with N_() won't be translated. (Resulting in the menus and some of the toolbar-tooltips always being in english)

I'll attach a "patch"...

References:
http://developer.gimp.org/api/2.0/gtk/GtkActionGroup.html#id3314781
http://developer.gimp.org/api/2.0/gtk/GtkActionGroup.html#gtk-action-group-set-translation-domain

Christian Lohmaier <cloph>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #1851:  translation_domain.patch added by cloph (563B - text/x-patch - patch that sets the translation_domain so menu & main toolbar gets translated)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-10-15 jean_brefort Open/ClosedOpen Closed
2004-10-13 jean_brefort StatusNone Fixed
2004-10-13 jean_brefort Assigned toNone jean_brefort
2004-10-12 cloph Attached File- Added translation_domain.patch, #1752

Back to the top

Powered by Savane 3.13-caa5.
Corresponding source code