Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 579fcbf

Browse files
committed
Disambiguate between transifex and unpropagated translations.
1 parent 53ddd44 commit 579fcbf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,17 @@ from Pypi.
352352
353353
You'll need to configure ``tx`` via ``tx init`` if not already done.
354354
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+
355366
.. code-block:: bash
356367
357368
pomerge --from-files **/*.po

0 commit comments

Comments
 (0)