1 # Translation files for WPIA motion tool
3 This repository holds the translation files of WPIA motion tool which are translated with the transifex server.
5 Gigi: https://code.wpia.club
7 Transifex: https://www.transifex.com/wpia/gigi/
9 To push and pull the data from the server the transifex command line tool can be used.
11 Install it in a python environment with
13 `$ sudo easy_install pip`
15 `$ sudo pip install transifex-client`
17 see https://docs.transifex.com/client/installing-the-client for more details.
19 Ask the WPIA maintainer for the API access token and install on the machine.
21 `$ tx init --token=<your_Transifex_API_token>`
23 To push new text elements to be translated use
27 To get the latest translation use