Skip to content

Commit

Permalink
Increased threshold for translations of iOS apps.
Browse files Browse the repository at this point in the history
Signed-off-by: Iva Horn <[email protected]>
  • Loading branch information
i2h3 committed Jan 23, 2025
1 parent 1fe1b37 commit d12cd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations/handleiOSNotesTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ git checkout -- Source/Screens/Settings/en.lproj/Settings.strings
tx push -s

# pull translations
tx pull -f -a --minimum-perc=25
tx pull -f -a --minimum-perc=50


# use de_DE instead of de
Expand Down
2 changes: 1 addition & 1 deletion translations/handleiOSTranslations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git checkout -- Supporting\ Files/en.lproj
tx push -s

# pull translations
tx pull -f -a --minimum-perc=0
tx pull -f -a --minimum-perc=50

cd Supporting\ Files

Expand Down

0 comments on commit d12cd00

Please sign in to comment.