mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merged in tk0miya/sphinx/tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328 (pull request #253)
Do not enter password of transifex at command line by security reason
This commit is contained in:
commit
090d269d45
@ -202,10 +202,13 @@ easy to fetch and push translations.
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ tx init --user=<transifex-username> --pass=<transifex-password>
|
$ tx init
|
||||||
Creating .tx folder...
|
Creating .tx folder...
|
||||||
Transifex instance [https://www.transifex.com]:
|
Transifex instance [https://www.transifex.com]:
|
||||||
...
|
...
|
||||||
|
Please enter your transifex username: <transifex-username>
|
||||||
|
Password: <transifex-password>
|
||||||
|
...
|
||||||
Done.
|
Done.
|
||||||
|
|
||||||
#. Upload pot files to transifex service
|
#. Upload pot files to transifex service
|
||||||
|
Loading…
Reference in New Issue
Block a user