Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion translations/handleiOSTalkTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions translations/handleiOSTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down