So far, the Sphinx-doc project name on the transifex service included the latest major version number. For example "sphinx-doc-1_8". For this reason, we released a major version, we had to create a new project with transifex and took time to switch the data to be translated. This was to keep the translated text of the past version on transifex.

From now on, transifex project name does not include version number like "sphinx-doc". Project data always handles the contents of Sphinx's master branch.
Translation of the major version of the past is held at https://travis-ci.org/sphinx-doc/sphinx-doc-translations.
This commit is contained in:
shimizukawa 2018-04-01 21:50:13 +09:00
parent 095b178cc3
commit eb1e8f937c

View File

@ -207,7 +207,7 @@ easy to fetch and push translations.
$ pip install transifex-client $ pip install transifex-client
.. seealso:: `Transifex Client v0.8 — Transifex documentation`_ .. seealso:: `Transifex Client documentation`_
#. Create your transifex_ account and create new project for your document #. Create your transifex_ account and create new project for your document
@ -305,7 +305,7 @@ Contributing to Sphinx reference translation
The recommended way for new contributors to translate Sphinx reference The recommended way for new contributors to translate Sphinx reference
is to join the translation team on Transifex. is to join the translation team on Transifex.
There is `sphinx translation page`_ for Sphinx-1.3 documentation. There is `sphinx translation page`_ for Sphinx (master) documentation.
1. Login to transifex_ service. 1. Login to transifex_ service.
2. Go to `sphinx translation page`_. 2. Go to `sphinx translation page`_.
@ -325,5 +325,5 @@ There is `sphinx translation page`_ for Sphinx-1.3 documentation.
.. _`transifex-client`: https://pypi.python.org/pypi/transifex-client .. _`transifex-client`: https://pypi.python.org/pypi/transifex-client
.. _`sphinx-intl`: https://pypi.python.org/pypi/sphinx-intl .. _`sphinx-intl`: https://pypi.python.org/pypi/sphinx-intl
.. _Transifex: https://www.transifex.com/ .. _Transifex: https://www.transifex.com/
.. _`sphinx translation page`: https://www.transifex.com/sphinx-doc/sphinx-doc-1_3/ .. _`sphinx translation page`: https://www.transifex.com/sphinx-doc/sphinx-doc/
.. _`Transifex Client v0.8 — Transifex documentation`: http://docs.transifex.com/developer/client/ .. _`Transifex Client documentation`: http://docs.transifex.com/developer/client/