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.

Supported languages: French, Japanese 

Info
titleProject in progress, it will be fully integrated in the release 1.0.7

Binary Distributions

Download the internationalization plug-ins of the release 1.0.7 weasis-i18n.war or weasis-i18n.zip

Building Weasis-i18n

Prerequisites

  1. Subversion (SVN), one of the following client:
    • Subversion - The core system (server, cli client, libs)
    • Subversive - SVN Team Client (Eclipse plugin)
    • TortoiseSVN - Handy SVN client for Windows systems
  2. JDK 6 or higher (Sun or OpenJDK)
  3. Maven 2.2 3 or higher for building and deploying bundles (http://maven.apache.org/guides/index.html)

...

Code Block
none
none
cd weasis-i18n
mvn clean package
Info
titleWorks only with maven 3

Public repository (read only access)

...