Basic¶
Basic Features¶
- create or update po files from pot files.
- build mo files from po files.
Optional features¶
These features depends to transifex-client library. Please refer Installation section to install it.
- create
.transifexrc
file from environment variable, without interactive input. - create
.tx/config
file without interactive input. - update
.tx/config
file from locale/pot files automatically. - build mo files from po files in the locale directory.
You need to use tx command for below features:
tx push -s
: push pot (translation catalogs) to transifex.tx pull -l ja
: pull po (translated catalogs) from transifex.
Installation¶
Recommend strongly: use virtualenv/venv for this procedure:
$ pip install sphinx-intl
If you want to use Optional Features, you need install additional library:
$ pip install sphinx-intl[transifex]