> Can't these near-duplicates be merged somehow? For example > (pseudocode): > > g_menu_item(item, _("_Open")); > g_menu_item_desc(item, strrep(_("_Open"), "_", "")); Not all the languages are using latin letters. For Chinese, we translate "Open" as "ABCD", where XXXX is Chinese characters, and "_Open" will be "ABCD(_O)". It is obviously wrong just removing "_" from the translations, because "Open" will become "ABCD(O)".
So, you suggestion does not fit non-latin languages. __________ Wanna know who is me? http://my.opera.com/fundawang _______________________________________________ gnome-i18n mailing list gnome-i18n@gnome.org http://mail.gnome.org/mailman/listinfo/gnome-i18n