OC-2097:Fix init test. Fix classpath of oc-test
[pub/Android/ownCloud.git] / third_party / transifex-client / README.rst
1
2 =============================
3 Transifex Command-Line Tool
4 =============================
5
6 The Transifex Command-line Client is a command line tool that enables
7 you to easily manage your translations within a project without the need
8 of an elaborate UI system.
9
10 You can use the command line client to easily create new resources, map
11 locale files to translations and synchronize your Transifex project with
12 your local repository and vice verca. Translators and localization
13 managers can also use it to handle large volumes of translation files
14 easily and without much hassle.
15
16 Check the full documentation at
17 http://help.transifex.com/user-guide/client/
18
19
20 Installing
21 ==========
22
23 You can install the latest version of transifex-client running ``pip
24 install transifex-client`` or ``easy_install transifex-client``
25 You can also install the `in-development version`_ of transifex-client
26 with ``pip install transifex-client==dev`` or ``easy_install
27 transifex-client==dev``.
28
29 .. _in-development version: http://code.transifex.com/transifex-client/
30