We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae26ef8 + 908df75 commit 31da9c1Copy full SHA for 31da9c1
docs/i18n.rst
@@ -287,3 +287,22 @@ the `Compiling to MO`_ section).
287
288
For more information about the ``tx`` command, read the `Transifex client's
289
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
307
308
+ $ fab i18n_pull
0 commit comments