Skip to content
Open
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
5 changes: 4 additions & 1 deletion translations/handleiOSTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ git checkout -- Supporting\ Files/en.lproj
tx push -s

# pull translations
tx pull -f -a
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

cd Supporting\ Files

Expand Down