mirror of https://github.com/zulip/zulip.git
tools: Move a few i18n scripts to tools/i18n.
These are likely to only be run by Zulip maintainers.
This commit is contained in:
parent
ba626dcad6
commit
aaedec1fdb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue