Re: Handling too many locales in a large scale real life app

2010-08-30 Thread Fernando
just in case... after trying the EPFE plugin that Dolber posted (btw, thanks for the tip) I found out that the project was put on ice (source: http://epfe.sourceforge.net/index.php?option=com_contentview=sectionlayout=blogid=1Itemid=3) their own authors point out to another plugin, Eclipse

Re: Handling too many locales in a large scale real life app

2010-08-29 Thread Oskar Hannesson
Just tried this plugin in Helios and it looked quite Ok but I was unable to edit anything and my scandinavian characters showed up all gibberish. There hasn't been any activity on this project for over a year which is a shame since it looked quite good. Reg. Oskar H. On Aug 28, 5:03 pm, mmoossen

Re: Handling too many locales in a large scale real life app

2010-08-29 Thread Joe Cole
What we do is have a test case that ensures that our interface and properties files are completely defined: // call this method for each properties file public void checkMessagesDefinedProperlyInBothInterfaceAndFile(String file) { Properties f2 = new Properties();

Re: Handling too many locales in a large scale real life app

2010-08-28 Thread mmoossen
good hint, i did not know about the epfe plugin, looks promising. thanks for sharing Michael On Aug 28, 3:57 am, Gal Dolber gal.dol...@gmail.com wrote: Checkout this plugin:http://sourceforge.net/projects/epfe/ 2010/8/27 Fernando spiderkens...@gmail.com So, in my company we face a

Handling too many locales in a large scale real life app

2010-08-27 Thread Fernando
So, in my company we face a problem where we have too many properties files to handle, and they are all large, every now and then one properties is left outdated and is missing some translations. I wanna know if there's an easy way (app, library, anything...) to deal with them besides a strict

Re: Handling too many locales in a large scale real life app

2010-08-27 Thread Gal Dolber
Checkout this plugin: http://sourceforge.net/projects/epfe/ 2010/8/27 Fernando spiderkens...@gmail.com So, in my company we face a problem where we have too many properties files to handle, and they are all large, every now and then one properties is left outdated and is missing some