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 d3230e5 commit cec744fCopy full SHA for cec744f
scripts/update.sh
@@ -25,12 +25,8 @@ cd locales
25
sphinx-intl create-txconfig
26
sphinx-intl update-txconfig-resources -p pot -d . --transifex-organization-name python-doc --transifex-project-name python-newest
27
28
-if [ "$CI" = true ]; then
29
- tx push --source --no-interactive --skip
30
-fi
31
-
32
# Pull translations into cpython/Doc/locales/LANGUAGE/LC_MESSAGES/
33
-tx pull -l ${LANGUAGE} -t --use-git-timestamps -f
+tx pull -l ${LANGUAGE} -t --use-git-timestamps
34
35
# Finally, move downloaded translation files to the language's repository
36
cd "${LANGUAGE}/LC_MESSAGES/"
0 commit comments