8000 Upgrade transifex merge procedure using a git branch. · python/python-docs-fr@45eadd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 45eadd7

Browse files
committed
Upgrade transifex merge procedure using a git branch.
1 parent e0b2149 commit 45eadd7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -231,18 +231,18 @@ Run a test build locally
231231
Synchronize translation with Transifex
232232
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
233233

234-
You'll need the ``transifex-client``, ``pomerge``, and ``poindent``
235-
from Pypi, and you'll need to configure ``tx`` via ``tx init``, and then:
234+
You'll need the ``transifex-client`` and ``poindent``
235+
from Pypi.
236236

237-
.. code-block:: bash
238-
239-
tx pull
240-
pomerge --from .tx/*.po .tx/**/*.po --to *.po **/*.po
241-
poindent --modified
237+
You'll need to configure ``tx`` via ``tx init`` if not already done.
242238

243-
Now you should review and commit the pull, then push:
239+
You should work on a separate ``transifex`` branch.
244240

245241
.. code-block:: bash
246242
247-
pomerge --from *.po **/*.po --to .tx/*.po .tx/**/*.po
243+
tx pull
244+
poindent --modified
245+
git commit -m "tx pull"
246+
git checkout 3.6
247+
git merge transifex -Xours
248248
tx push -t

0 commit comments

Comments
 (0)
0