Package: gworldclock
Version: 1.4.4-1
Tags: l10n
gworldclock has the necessary hooks but doesn't do the final
bit to enable i18n for the menu.
Please apply the following patch.
--- gworldclock-1.4.4/main.c 2005-03-28 12:27:02.000000000 +0900
+++ gworldclock-1.4.4-fixed/main.c 2005-07-11 22:40:03.008719720 +0900
@@ -375,6 +375,7 @@
/* set up menu */
action_group = gtk_action_group_new ("UIActions");
+ gtk_action_group_set_translation_domain (action_group, textdomain(NULL));
gtk_action_group_add_actions (action_group, entries, G_N_ELEMENTS (entries),
clocklist);
gtk_action_group_add_toggle_actions (action_group, toggle_entries,
G_N_ELEMENTS (toggle_entries), clocklist);
g_object_set_data(G_OBJECT(clocklist), ACTIONS, action_group);
regards,
junichi
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]