File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "I have .pot file(s) to upload"
27
27
rm -rf .tx
28
28
sphinx-intl create-txconfig
29
29
sphinx-intl update-txconfig-resources --transifex-project-name=${TRANSIFEX_PROJECT} --locale-dir . --pot-dir pot
30
- tx push -s
30
+ tx push --source --parallel
31
31
git add .tx
32
32
git commit --message=" [skip ci] Update .pot files and .tx/config"
33
33
git push --quiet " git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH} :${CATALOG_BRANCH}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ ! -e .tx/config ]; then
16
16
exit 0
17
17
fi
18
18
19
- tx pull --force --language ja
19
+ tx pull --force --language ja --parallel
20
20
cd ja/LC_MESSAGES
21
21
git add * .po ** /* .po
22
22
git status
You can’t perform that action at this time.
0 commit comments