GNOME Bugzilla – Bug 254095
virtual folder translation has two untranslated mail folder names.
Last modified: 2010-04-01 16:25:08 UTC
Virtual Folder has two untranslated mail folder names. "Important mail" "Unread mail"
Created attachment 43306 [details] [review] patch file for 1.4 branch
Up to major since this have a patch.
Reassigning
From evolution-patches discussion: This is wrong, they are user-editable/entered strings. They should never be translated. If this is to translate the 'system' rules, then the system rules file (s) should be the one(s) translated, but there's no framework for this currently. Down to cosmetic. Target for future .
adding dependency to 36276 since this has also to do with string translation.
probaably need a two-pronged approach, mark the strings in the xml using _'s, and then in the code only gettext on the system file strings, with a bit of makefile stuff to make it happen (e.g. see the error.xml files).
adding string keyword
marking patch to needs-work according to comment #4
This doesn't seem to be the case any more (I looked into 2.30.0 sources). Feel free to reopen if I overlooked something. Thanks.