Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

weasis-i18n is the internationalization project of weasis-framework. As a separate project, it can have its own release cycle. The fragments of plug-ins (OSGI concept) contain only the translation files.

That means the weasis-i18n.war file can be deployed at any time. The plug-in translation will be updated by Weasis only if the SVN revision number has changed.

Supported languages: French, Japanese Japanese and Spanish

Building Weasis-i18n

Prerequisites

...

Using Eclipse: see Configure SVN
subversion client on Linux: add to ~./subversion/config: global-ignores = *.classpath *.project *.settings target
Windows: Tortoise SVN, in settings > Subversion, add "*.classpath *.project *.settings target" to Global ignore pattern.

Info

If you do not want to modify the SVN configuration, please do not commit these files: *.classpath *.project *.settings target.

Build the distribution

Before building the distribution, it is required to commit all the modified files. Check if the local files are identical to the SVN repository with the command "svn status -u" and then "mvn clean package". The SVN revision number is used as the qualifier of the plug-in version and helps to know when a i18n plug-in must be downloaded and updated by Weasis.

...