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