tools: Add new script to sync translations.

We just learned we should be using the "onlytranslated" mode of
Transifex.  Since the command is getting a bit complex (and you need
to remember to run `makemessages` first), it makes sense to have a
tool for it.
This commit is contained in:
Tim Abbott
2017-10-05 23:07:16 -07:00
parent e3e95b3523
commit 930eef3caa
2 changed files with 10 additions and 2 deletions

View File

@@ -103,8 +103,8 @@ translating, you should check out the
4. Translators translate the strings in Transifex.
5. The translations are downloaded back into the codebase by a
maintainer, using `tx pull -a -f --mode=developer` (since we don't
use the Transifex review flow).
maintainer, using `tools/sync-translations` (which invokes `tx
pull`, internally).
## Translators' workflow