File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ Propagez d'abord les traductions connues localement :
446446
447447.. code-block:: bash
448448
449- pomerge --from-files **/*.po --to-files **/*.po
449+ pomerge --no-overwrite -- from-files **/*.po --to-files **/*.po
450450 powrap --modified
451451 git commit -m "Propagating known translations."
452452
@@ -455,12 +455,11 @@ Ensuite récupérez les changements depuis Transifex :
455455
456456.. code-block:: bash
457457
458- pomerge --from-files **/*.po
459458 tx pull -f
460- pomerge --to-files **/*.po
461459 pomerge --from-files **/*.po
462460 git checkout -- .
463- pomerge --to-files **/*.po
461+ pomerge --to-files --no-overwrite --mark-as-fuzzy **/*.po
464462 powrap --modified
463+ git add -p
465464 git commit -m "tx pull"
466- tx push -t -f
465+ tx push -t -f --no-interactive
You can’t perform that action at this time.
0 commit comments