Mark Hobson wrote:
On 20/07/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
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.

Or maybe i18n-maven-plugin to save those fingers :)

Well, no. Internationalization (i18n) and localization (l10n) are two different things.

i18n is when you prepare your app to handle different languages. This would include putting all you strings in resource bundles. This does *not* mean that your application will present itself in different languages depending on the users locale. What it means is that your app is ready for l10n.

l10n is the part where you take an already internationalized app and translate it, so that it can be used for other locales.

--
Dennis Lundberg

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

   http://xircles.codehaus.org/manage_email

Reply via email to