tools: Move a few i18n scripts to tools/i18n.

These are likely to only be run by Zulip maintainers.
This commit is contained in:
Tim Abbott 2018-08-09 15:46:27 -07:00
parent ba626dcad6
commit aaedec1fdb
4 changed files with 2 additions and 2 deletions

View File

@ -99,12 +99,12 @@ translating, you should check out the
contains a translated text.
3. Those resource files are uploaded to Transifex by a maintainer using the
`./tools/push-translations` command.
`./tools/i18n/push-translations` command.
4. Translators translate the strings in Transifex.
5. The translations are downloaded back into the codebase by a
maintainer, using `tools/sync-translations` (which invokes `tx
maintainer, using `tools/i18n/sync-translations` (which invokes `tx
pull`, internally).
## Translators' workflow