Update checklist for tx v3

This commit is contained in:
zzz
2023-11-07 13:33:18 -05:00
parent 496b65274a
commit 23bed0f483

View File

@ -107,7 +107,7 @@ in `etc/translation.vars` can be overridden by creating the file
1. Pull new and updated translations from Transifex: 1. Pull new and updated translations from Transifex:
``` ```
$ tx pull -a $ tx pull --use-git-timestamps -a
``` ```
2. Correctly format the translations: 2. Correctly format the translations:
@ -165,7 +165,7 @@ in `etc/translation.vars` can be overridden by creating the file
3. Push pots file changes to Transifex: 3. Push pots file changes to Transifex:
``` ```
$ tx push -s $ tx push --use-git-timestamps -s
``` ```
## Updating spec tags: ## Updating spec tags: