]> WPIA git - motion-translations.git/blob - README.md
upd: latest translations to Esperanto and German
[motion-translations.git] / README.md
1 # Translation files for WPIA motion tool
2
3 This repository holds the translation files of WPIA motion tool which are translated with the transifex server.
4
5 Gigi: https://code.wpia.club
6
7 Transifex: https://www.transifex.com/wpia/gigi/
8
9 To push and pull the data from the server the transifex command line tool can be used.
10
11 Install it in a python environment with
12
13 `$ sudo easy_install pip` 
14
15 `$ sudo pip install transifex-client`
16
17 see https://docs.transifex.com/client/installing-the-client for more details.
18
19 Ask the WPIA maintainer for the API access token and install on the machine.
20
21 `$ tx init --token=<your_Transifex_API_token>`
22
23 To push new text elements to be translated use
24
25 `$ tx push -s`
26
27 To get the latest translation use
28
29 `$ tx pull -a` 
30