Re: [G2R] Translation of .schemas files in core modules
- From: Zbigniew Chyla <cyba gnome pl>
- To: Kjartan Maraas <kmaraas online no>
- Cc: Luis Villa <louie ximian com>,Christian Rose <menthos menthos com>, desktop-devel-list gnome org,GNOME i18n list <gnome-i18n gnome org>,gnome2 release team <gnome2-release-team gnome org>
- Subject: Re: [G2R] Translation of .schemas files in core modules
- Date: Tue, 30 Jul 2002 20:04:46 +0200
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]