We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd62060 commit ade77e8Copy full SHA for ade77e8
1 file changed
scripts/translations-merge-update.sh
@@ -38,8 +38,8 @@ set -o nounset
38
pushd python_env/src/cc.i18n/ >/dev/null
39
40
# Get latest changes so we don't clash with remote HEAD
41
-git checkout -q transifex
42
-git pull -q origin transifex
+git checkout -q master
+git pull -q origin master
43
44
# Pull and commit new translations
45
tx -q pull -a --mode developer
@@ -65,7 +65,7 @@ else
65
set +o errexit
66
git commit -q -a -m'Latest i18n updates from Transifex'
67
set -o errexit
68
- git push -q origin transifex
+ git push -q origin master
69
70
# Change directory back to project root
71
popd >/dev/null
0 commit comments