We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49d15f commit 6c4e718Copy full SHA for 6c4e718
README.rst
@@ -503,11 +503,11 @@ Ensuite récupérez les changements depuis Transifex :
503
504
.. code-block:: bash
505
506
- tx pull -f
+ tx pull -f --parallel
507
pomerge --from-files **/*.po
508
git checkout -- .
509
- pomerge --to-files --no-overwrite --mark-as-fuzzy **/*.po
+ pomerge --no-overwrite --mark-as-fuzzy --to-files **/*.po
510
powrap --modified
511
git add -p
512
git commit -m "tx pull"
513
- tx push -t -f --no-interactive
+ tx push -t -f --no-interactive --parallel
0 commit comments