Re: [G2R] Translation of .schemas files in core modules



On Tue, 2002-07-30 at 10:35:49, Kjartan Maraas wrote:

> - intltool not being able to extract strings marked with L_(). One good
> examle is from libgnomeui/gnome-app-helper.c where "Contents" is not
> ending up in the .pot file. This leads to "Help->Contents" not being
> translated.

Simple workaround:

-	uiinfo->widget = gtk_image_menu_item_new_with_mnemonic (L_("_Contents"));
+	uiinfo->widget = gtk_image_menu_item_new_with_mnemonic (L_(N_("_Contents")));


Zbigniew



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]