Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed May 12, 2019
1 parent 7f720cf commit 2c445f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Environments
Incompatibility
---------------

* #27: 'settings' resource name will be renamed to 'settings_' on Transifex.
* #27: `settings` resource name will be renamed to `settings_` on Transifex.
Thanks to Anthony.

Features
Expand Down Expand Up @@ -86,7 +86,7 @@ Bug Fixes
Environments
------------
* Drop supporting Python-3.3 and 2.6
- Add supporting Python-3.6
* Add supporting Python-3.6

Bug Fixes
---------
Expand Down Expand Up @@ -122,7 +122,7 @@ Environments
Incompatibility
---------------

* 'glossary' resource name will be renamed to 'glossary_' on Transifex.
* `glossary` resource name will be renamed to `glossary_` on Transifex.
Since Aug 2015, Transifex reject 'glossary' resource name because the slug is reserved.

Features
Expand Down
17 changes: 10 additions & 7 deletions doc/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,27 @@ Basic Features

Optional features
==================
These features need `transifex-client`_ library.
These features depends to `transifex-client`_ library.
Please refer Installation_ section to install it.

* create .transifexrc file from environment variable, without interactive
* 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.
* 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.
* ``tx push -s`` : push pot (translation catalogs) to transifex.
* ``tx pull -l ja`` : pull po (translated catalogs) from transifex.

.. _transifex-client: https://pypi.python.org/pypi/transifex-client


Installation
=============

Recommend strongly: use virtualenv for this procedure::
Recommend strongly: use virtualenv/venv for this procedure::

$ pip install sphinx-intl

Expand Down

0 comments on commit 2c445f2

Please sign in to comment.