We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f461f21 commit f1aba49Copy full SHA for f1aba49
scripts/update.sh
@@ -25,6 +25,11 @@ cd locales
25
sphinx-intl create-txconfig
26
sphinx-intl update-txconfig-resources -p pot -d . --transifex-project-name python-newest
27
28
+if [ "$CI" = true ]
29
+then
30
+ tx push --source --no-interactive --skip
31
+fi
32
+
33
# Update the translation project's .tx/config
34
cd ../../.. # back to $ROOTDIR
35
mkdir -p .tx
@@ -33,9 +38,5 @@ sed cpython/Doc/locales/.tx/config \
38
-e 's|<lang>/LC_MESSAGES/||' \
39
-e "s|^file_filter|trans.${LANGUAGE}|" \
40
> .tx/config
36
-
37
-if [ "$CI" = true ]
-then
- tx push --source --no-interactive --skip
-fi
41
42
tx pull -l ${LANGUAGE} --use-git-timestamps --parallel
0 commit comments