Versions Compared

Key

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

...

Panel
borderColor2

The translation files are now hosted and managed on Transifex website. Get an account at Transifex and help translating to your language! If your language is missing, just head over to Transifex and request a new language.

...

Panel
borderColor2

weasis-i18n is the internationalization project of Weasis. As a separate project, it can have its own release cycle. The fragments of plug-ins (OSGI concept) contain only the translation files which are merged during runtime to the application.

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 timestamp number has changed. This timestamp is set during the build phase described below.

Info
titleAdditional projects to obtain a full translation of Weasis

java-swing-dialogs translations must be updated manually in the weasis-launcher module and docking-frames translations must be packaged with the library.

Prerequisites

  1. JDK 6 or higher (Sun or OpenJDK)
  2. Maven 2.2 or higher (http://maven.apache.org/guides/index.html)
    Note

    If your computer is behind a proxy server, configure maven.

  3. Git (or directly download source from gitub), one of the following client:
    • CLI on Linux or Mac OS X -  Install git-core package
    • Windows - Tortoise Git - (When installing msysgit be sure to choose Unix style line endings)
    • Eclipse - Install egit

...

Note

All of the API calls on Transifex require the user to be authenticated. So the value "username:password" must be replaced by your credential, see how to create an account.
Command with proxy server:
mvn clean install -DproxySet=true -DproxyHost=<host> -DproxyPort=<port> -Dtransifex.credential=<"username:password">

Info
titleOld versions

Get the GIT branch 1.2.x of weasis-i18n and build the package of https://www.transifex.com/organization/nroduitweasis/dashboard/weasis-12-old

The distribution files are located in the weasis-i18n-dist/target/dist folder. weasis-i18n.war must be placed in the same base context as weasis.war (if in other web context, the value of the property weasis.i18n in JNLP file must be adapted).

...