Skip to content

Commit 31da9c1

Browse files
authored
Merge pull request #4481 from rtfd/humitos/translations/workflow-note
Note with the developer flow to update our app translations
2 parents ae26ef8 + 908df75 commit 31da9c1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/i18n.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,22 @@ the `Compiling to MO`_ section).
287287

288288
For more information about the ``tx`` command, read the `Transifex client's
289289
help pages <http://help.transifex.com/features/client/>`_.
290+
291+
292+
.. note::
293+
294+
For the Read the Docs community site, we use a `fabric script`_ to follow this process:
295+
296+
.. _fabric script: https://github.com/rtfd/readthedocs.org/blob/master/fabfile.py
297+
298+
#. Update files and push sources (English) to Transifex:
299+
300+
.. code-block:: console
301+
302+
$ fab i18n_push_source
303+
304+
#. Pull changes (new translations) from Transifex:
305+
306+
.. code-block:: console
307+
308+
$ fab i18n_pull

0 commit comments

Comments
 (0)