Skip to content

Commit

Permalink
Merge pull request #6531 from preetmishra/docs
Browse files Browse the repository at this point in the history
Update Transifex Integration details in Internationalization page.
  • Loading branch information
stsewd authored Jan 22, 2020
2 parents 2e93c5f + 134819f commit 0df329f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/development/i18n.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,18 +300,20 @@ help pages <http://help.transifex.com/features/client/>`_.

.. note::

For the Read the Docs community site, we use a `fabric script`_ to follow this process:
For the Read the Docs community site, we use `Invoke`_
with a `tasks.py file`_ to follow this process:

.. _fabric script: https://github.com/readthedocs/readthedocs.org/blob/master/fabfile.py
.. _Invoke: https://www.pyinvoke.org/
.. _tasks.py file: https://github.com/readthedocs/readthedocs.org/blob/master/tasks.py

#. Update files and push sources (English) to Transifex:

.. prompt:: bash $

fab i18n_push_source
invoke l10n.push

#. Pull changes (new translations) from Transifex:
#. Pull the updated translations from Transifex:

.. prompt:: bash $

fab i18n_pull
invoke l10n.pull

0 comments on commit 0df329f

Please sign in to comment.