GNOME Bugzilla – Bug 330863
strings not marked for translation in recurrence-page.c
Last modified: 2013-09-13 00:52:12 UTC
in calendar/gui/dialogs/recurrence-page.c three strings are obviously not marked for translation: item = make_recur_month_num_submenu ("1st to 10th", 0, 10); gtk_menu_shell_append(GTK_MENU_SHELL(submenu), item); item = make_recur_month_num_submenu ("11th to 20th", 10, 20); gtk_menu_shell_append(GTK_MENU_SHELL(submenu), item); item = make_recur_month_num_submenu ("21st to 31st", 20, 31); gtk_menu_shell_append(GTK_MENU_SHELL(submenu), item); please mark them. the entire menu system is....well, err..., not very 'trivial' to translate. heaviest sentence splitting. no good. at least i added translator comments as a workaround.
Confirming.
Created attachment 59200 [details] [review] proposed fix
compiles and adds the three strings to the evolution-2.6.pot file. setting patch status to "accepted-commit_now".
Committed.