Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.2 KB

master branch: Build Status

A Jenkins plugin to synchronize localization resources between SCM repository and Zanata

Plugin home page: https://wiki.jenkins-ci.org/display/JENKINS/Zanata+Plugin

Zanata is an open source translation management platform.

Once you install this jenkins plugin, you can set up a job to perform typical localization workflow:

  • check out from SCM
  • push source (and/or translation) to Zanata server for translators to work on
  • pull translation from Zanata server
  • commit translation into SCM (currently only git is supported automatically. Other SCM will need to use scripting)
  • push the commit to remote SCM (using git publisher or equivalent)

How to build and test locally

In this project, if you have docker installed:

mvn clean package
docker/runJenkins.sh

Then access the local instance at http://localhost:8080/

If you don't have docker:

hpiPluginRun.sh

Then access the local instance at http://localhost:8080/jenkins/

User manual

User manual