Skip to content

Commit d12cd00

Browse files
committed
Increased threshold for translations of iOS apps.
Signed-off-by: Iva Horn <iva.horn@icloud.com>
1 parent 1fe1b37 commit d12cd00

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)