From 762b17c9405d1340fec4063c77641f596bccb795 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 16 Jun 2016 16:24:37 +0300 Subject: [PATCH] Seems like command "tx pull --mode=developer --skip" not enough for pulling all data. Return to old way "tx pull --mode=developer -f -s --skip". ref #314. --HG-- branch : develop --- scripts/lupdate.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/lupdate.sh b/scripts/lupdate.sh index 237678547..4485b2093 100755 --- a/scripts/lupdate.sh +++ b/scripts/lupdate.sh @@ -4,11 +4,7 @@ # Please, run this script from folder /scripts. # Download all translations from transifex.com. -# Use if have problems with default way. -#tx pull --mode=developer -f -s --skip - -# Download last translations from transifex.com. -tx pull --mode=developer --skip +tx pull --mode=developer -f -s --skip # Update local strings lupdate -recursive ../share/translations/translations.pro