Bartek Przybylski adf87805bb adding translations and transifex third party tool há 12 anos atrás
..
tests adf87805bb adding translations and transifex third party tool há 12 anos atrás
txclib adf87805bb adding translations and transifex third party tool há 12 anos atrás
.gitignore adf87805bb adding translations and transifex third party tool há 12 anos atrás
DEVELOPMENT.rst adf87805bb adding translations and transifex third party tool há 12 anos atrás
LICENSE adf87805bb adding translations and transifex third party tool há 12 anos atrás
MANIFEST.in adf87805bb adding translations and transifex third party tool há 12 anos atrás
README.rst adf87805bb adding translations and transifex third party tool há 12 anos atrás
setup.py adf87805bb adding translations and transifex third party tool há 12 anos atrás
tx adf87805bb adding translations and transifex third party tool há 12 anos atrás

README.rst


=============================
Transifex Command-Line Tool
=============================

The Transifex Command-line Client is a command line tool that enables
you to easily manage your translations within a project without the need
of an elaborate UI system.

You can use the command line client to easily create new resources, map
locale files to translations and synchronize your Transifex project with
your local repository and vice verca. Translators and localization
managers can also use it to handle large volumes of translation files
easily and without much hassle.

Check the full documentation at
http://help.transifex.com/user-guide/client/


Installing
==========

You can install the latest version of transifex-client running ``pip
install transifex-client`` or ``easy_install transifex-client``
You can also install the `in-development version`_ of transifex-client
with ``pip install transifex-client==dev`` or ``easy_install
transifex-client==dev``.

.. _in-development version: http://code.transifex.com/transifex-client/