diff --git a/translations/handleiOSTalkTranslations.sh b/translations/handleiOSTalkTranslations.sh index 525e7c7e..dafc52fd 100755 --- a/translations/handleiOSTalkTranslations.sh +++ b/translations/handleiOSTalkTranslations.sh @@ -45,7 +45,11 @@ do git checkout -- NextcloudTalk/en.lproj # pull translations - tx pull -f -a --minimum-perc=25 + tx pull --force --all --minimum-perc=25 + + # then, pull .stringdict translations, replace untranslated strings with source + # note: this is needed as the untranslated .stringdict files are not auto replaced by source + tx pull --force --all --mode sourceastranslation --resources nextcloud.talk-ios-plurals cd NextcloudTalk diff --git a/translations/handleiOSTranslations.sh b/translations/handleiOSTranslations.sh index 437abf0c..0c641bd4 100755 --- a/translations/handleiOSTranslations.sh +++ b/translations/handleiOSTranslations.sh @@ -32,11 +32,11 @@ git checkout -- Supporting\ Files/en.lproj tx push -s # pull translations -tx pull -force -all +tx pull --force --all # then, pull .stringdict translations, replace untranslated strings with source # note: this is needed as the untranslated .stringdict files are not auto replaced by source -tx pull -force -all --mode sourceastranslation -resources nextcloud.ios-plurals +tx pull --force --all --mode sourceastranslation --resources nextcloud.ios-plurals cd Supporting\ Files