Do you know of a plugin that checks that all bundle properties are present for all localizations? If not, that would be a sweet addition.

Perhaps the plugin could be called localization-maven-plugin to accommodate for such enhancements in the future.

Milos Kleint wrote:
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



--
Dennis Lundberg

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

   http://xircles.codehaus.org/manage_email

Reply via email to