Package org.tentackle.maven.plugin.i18n


package org.tentackle.maven.plugin.i18n
Tentackle localization tools maven plugin.
  • Classes
    Class
    Description
    Base class for i18n mojos.
    Base class for the "verify"- and "cleanup"-mojos.
    Removes obsolete bundles and keys.
    Does nothing if there are errors or warnings to make sure that there are no pending refactorings to be resolved by the BundleMonkey tool.
    Properties that keep the loading order.
    Improves readability of changes via VCS.
    Minimal implementation, sufficient only for load/store.
    Pulls resource bundles from the database backend.
    If the database contents differ from the resource bundle property files, the property files will be updated.
    Pushes resource bundles to the database backend.
    Existing translations are left unchanged.
    Verifies the bundles stored in the backend against the property resource bundles of the application.
    The mojo fails if missing translations in the database would raise a MissingResourceException.
    Notice: the application's resource bundles are verified via the tentackle-check-maven-plugin during the build process.