diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:49:38 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:49:38 +0100 |
commit | 0da8b50935a53047b9f75eff4c094a4cc94884f1 (patch) | |
tree | 05a7fa17ed544df98fcc9d6736f137c09624d6e7 | |
parent | f62341a2a61e3ef87b4aae460e84405ba2c30d87 (diff) |
Correct the `upload` action in translation instructions
-rw-r--r-- | doc/TRANSLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TRANSLATE.md b/doc/TRANSLATE.md index 5ebe1ca45..f50c72da7 100644 --- a/doc/TRANSLATE.md +++ b/doc/TRANSLATE.md @@ -61,7 +61,7 @@ must: * this updates the PO template, but also merges it with the individual PO files, marking strings that have only changed slightly as "fuzzy" - * reupload (`tx push -t`) the POT and PO files to Transifex to the + * reupload (`tx push -s -t`) the POT and PO files to Transifex to the current release branch * The point of uploading the PO files is that Transifex converts the "fuzzy" suggestions from Transifex into |