Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9cfe3 commit 3b0f101Copy full SHA for 3b0f101
1 file changed
scripts/update.sh
@@ -33,5 +33,9 @@ sed cpython/Doc/locales/.tx/config \
33
-e 's|<lang>/LC_MESSAGES/||' \
34
-e "s|^file_filter|trans.${LANGUAGE}|" \
35
> .tx/config
36
-
+
37
+if [ "$CI" = true ]
38
+then
39
+ tx push --source --no-interactive --skip
40
+fi
41
tx pull -l ${LANGUAGE} --use-git-timestamps --parallel
0 commit comments