Fix transifex sync

This commit is contained in:
Laurent Destailleur 2020-05-23 23:30:52 +02:00
parent c843da5272
commit 02d5359749

View File

@ -33,8 +33,8 @@ if [ "x$1" = "xall" ]
then
if [ "x$2" = "x" ]
then
echo "tx pull"
tx pull
echo "tx pull -a"
tx pull -a
else
for dir in `find htdocs/langs/* -type d`
do