Skip to content
Merged
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
3 changes: 2 additions & 1 deletion translations/handleiOSTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ tx push -s
tx pull -force -all

# then, pull .stringdict translations, replace untranslated strings with source
tx pull -force -all --mode sourceastranslation -resources o:nextcloud:p:nextcloud:r:ios-plurals
# 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

cd Supporting\ Files

Expand Down