File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -231,18 +231,18 @@ Run a test build locally
231
231
Synchronize translation with Transifex
232
232
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
233
233
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.
236
236
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.
242
238
243
- Now you should review and commit the pull, then push:
239
+ You should work on a separate `` transifex `` branch.
244
240
245
241
.. code-block :: bash
246
242
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
248
248
tx push -t
2C26
You can’t perform that action at this time.
0 commit comments