Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 271458

Summary: [Babel] No way to validate translated strings
Product: [Tools] GEF Reporter: Anthony Hunter <ahunter.eclipse>
Component: GEF-Legacy ZestAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: irbull, kitlo
Version: 3.5   
Target Milestone: 3.5.0 (Galileo) M7   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Anthony Hunter CLA 2009-04-07 11:00:13 EDT
There are strings in:
org.eclipse.zest.core.messages.ZestUIMessages
org.eclipse.zest.core.messages.ZestErrorMessages

But there is no way to test them.

We need to update the examples so that translators, such as those in the Babel project, can translate and test the strings.
Comment 1 Ian Bull CLA 2009-04-07 12:30:40 EDT
Thanks for pointing this out Anthony.  Looking at the messages, the UI message are not used anymore (they were used for debugging in the past, but they should be removed).  

I think I should change the error messages to use the SWT error instead.  Since Zest is supposed to build on SWT (IMHO) it doesn't make sense for us to be recreating error messages.

I will clean this up.
Comment 2 Ian Bull CLA 2009-05-04 00:47:11 EDT
I have removed the Zest messages and now we use the SWT ones.