Versions Compared

Key

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

...

Code Block
none
none
mvn clean install -Dtransifex.credential="username:password"
Infonote

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.

  • Build translation for old versions (e.g. 1.2)
Code Block
nonenone mvn clean install -Dtransifex.credential="username:password" -DtransifexURL="

Info
titleOld versions

Get the GIT branch 1.2.x of weasis-i18n and build the package of http://www.transifex.net/api/2/project/weasis-12-old/resource/

"

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).

...