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:
parent
d74bc17c8b
commit
c671ea8f83
@ -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 ===="
|
||||
|
Loading…
Reference in New Issue
Block a user