Versions Compared

Key

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

...

Supported languages: French, Japanese 

Binary Distributions

Download the internationalization plug-ins of the release 1.0.7

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 or higher for building and deploying bundles (http://maven.apache.org/guides/index.html)

Check out

...

the last tagged version

Code Block
none
none
svn co http://weasis.repositoryhosting.com/svn_public/weasis_weasis-i18n/tags/weasis-i18n-1.0.78
cd weasis-i18n-1.0.78

Check out the

...

trunk version

Code Block
none
none
svn co http://weasis.repositoryhosting.com/svn_public/weasis_weasis-i18n/trunk weasis-i18n
cd weasis-i18n

...