GNOME Bugzilla – Bug 500398
composer dropdown menu items not displayed translated
Last modified: 2007-11-30 17:37:11 UTC
/components/html-editor/paragraph-style.c if you start the composer and take a look at the "normal/preformat/.../address" dropdown menu below the subject line, you will see that in german and czech, only the first and the last item get displayed translated, though the .po files of these languages are complete.
Created attachment 99835 [details] screenshot
Created attachment 99914 [details] [review] proposed gtkthml patch for gtkhtml;
This confused me at first but I think I see the problem now. When GNOME_GTKHTML_EDITOR_SHLIB is defined the code should be calling dgettext() instead of gettext(). The _() macro does the right thing, so Milan's patch is correct. Nice job.
yeah, works fine here. wonderful, thanks, please get this in for stable and trunk (it's not a string freeze break and i also assume that no documentation is affected, so it can just go in)
Committed to trunk. Committed revision 8637. Committed to stable. Committed revision 8638. Matt, I thought about exactly that, I just had no clue.