Re: Translation Properties

2010-03-29 Thread Celinio Fernandes
Subject: Translation Properties To: Struts Users Mailing List user@struts.apache.org Date: Friday, March 26, 2010, 10:15 AM I was curious if anyone else has come across a wonderful tool to help manage your applicationMessages translations for the various locales you use in your Struts applications

Re: Translation Properties

2010-03-28 Thread Zoran Avtarovski
When you get to that scale, I think it makes sense to move to DB based properties. Easier to manage, easier to move and less chance that something will go pear shaped. You can also build yourself a nice interface for managing the translations that will be portable across all you apps. Z. I

Translation Properties

2010-03-26 Thread CRANFORD, CHRIS
I was curious if anyone else has come across a wonderful tool to help manage your applicationMessages translations for the various locales you use in your Struts applications? Our project continues to expand into other locales and trying to manage upwards of 15+ languages with over 3000 messages

Re: Translation Properties

2010-03-26 Thread Brian Thompson
Check out the Resource Bundle Editor plugin [1] for Eclipse. It might help. -Brian [1] - http://sourceforge.net/projects/eclipse-rbe/ On Fri, Mar 26, 2010 at 12:15 PM, CRANFORD, CHRIS chris.cranf...@setech.com wrote: I was curious if anyone else has come across a wonderful tool to help