We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ddd44 commit 579fcbfCopy full SHA for 579fcbf
README.rst
@@ -352,6 +352,17 @@ from Pypi.
352
353
You'll need to configure ``tx`` via ``tx init`` if not already done.
354
355
+First propagate known translations locally:
356
+
357
+.. code-block:: bash
358
359
+ pomerge --from-files **/*.po --to-files **/*.po
360
+ powrap --modified
361
+ git commit -m "Propagating known translations."
362
363
364
+Then pull from transifex:
365
366
.. code-block:: bash
367
368
pomerge --from-files **/*.po
0 commit comments