Hello,

I've hacked together a plugin that might be worth sharing. I'm
wondering if it's ok to put in sandbox.

it will process all bundle properties files in the project and
performs a pseudolocalization.
That means each property value gets replaced with a "${prefix}
${old_value} ${suffix} value and the result is placed in
*_xx.properties where xx is the pseudolocale.
That way one can check one's application for correct and complete
Internationalization without actually having the chinese/japanese/...
translations at hand.

more on pseudolocalization:
http://developers.sun.com/solaris/articles/i18n/I18N_Testing.html
more on  java I18N:
http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles/

Cheers.

Milos Kleint

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to