Skip to content

Commit 9eceffb

Browse files
Merge pull request #718 from nextcloud/ios-translation-threshold
Increased threshold for translations of iOS apps
2 parents c6a6044 + d12cd00 commit 9eceffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

translations/handleiOSNotesTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ git checkout -- Source/Screens/Settings/en.lproj/Settings.strings
3030
tx push -s
3131

3232
# pull translations
33-
tx pull -f -a --minimum-perc=25
33+
tx pull -f -a --minimum-perc=50
3434

3535

3636
# use de_DE instead of de

translations/handleiOSTranslations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git checkout -- Supporting\ Files/en.lproj
2828
tx push -s
2929

3030
# pull translations
31-
tx pull -f -a --minimum-perc=0
31+
tx pull -f -a --minimum-perc=50
3232

3333
cd Supporting\ Files
3434

0 commit comments

Comments
 (0)