Fix pull_from_transifex.sh due to Transifex changes (#4002)

- Use HTTPS and new Transifex domain.
- Skip manual interactive mapping configuration.
This commit is contained in:
MiroslavR 2019-07-14 12:52:54 +02:00 committed by Benau
parent d74bc17c8b
commit c671ea8f83

View File

@ -12,8 +12,8 @@ else
echo "==== Performing initial checkout ===="
mkdir -p transifex
cd transifex
tx init
tx set --auto-remote http://www.transifex.net/projects/p/supertuxkart/
tx init --skipsetup
tx config --auto-remote https://www.transifex.com/projects/p/supertuxkart/
fi
echo "==== Pulling all translations ===="