Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.8 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.8 KB

Tour Application

This application provides for the users a possibility to create bootstrap-tours for every page they want.

Developers

How to build

mvn clean install -Pquality --settings maven-settings.xml

Commit new translations

To get the translations done on the l10n.xwiki.org website and commit them into the application, you need to execute the get-translations.sh command:

## Get the translations
./get-translations.sh

## Look at the new translations
git status

## Add changes (example)
git add src/main/resources/TourCode/TourTranslations.fr.xml

## Commit changes
git commit

## Push them (or make a pull request)
git push origin master

It should be done before every release.