This module contains a web user interface for GeoNetwork opensource based on AngularJS, Bootstrap and d3.js librairies.
Wro4j is is used to compile and manage JS dependencies.
Maven build is using Prettier to format JS and HTML code.
-
Generate a transifex token API from https://www.transifex.com/user/settings/api/
The token is to be saved in
~/.transifexrc
. -
Install transifex
tx
client from https://developers.transifex.com/docs/cliRecommend installing in
~
home folder:cd ~ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
You will need to restart your shell after
tx
client is added to path. -
Download translations from transifex:
cd web-ui ./download-from-transifex.sh
-
Commit the changed files:
git add . git commit -m "Transifix update"
And submit as a pull-request.