Skip to content

Commit

Permalink
prepare_release.bash: Only use reviewed translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Jun 15, 2019
1 parent bd095d7 commit 8fd28a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prepare-release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ tx push -s
# tx pull -a --mode reviewed -r "syncthing-android-1.stringsxml"
# tx pull -l de --mode reviewed -r "syncthing-android-1.stringsxml"
#
tx pull -a -f -r "syncthing-android-1.stringsxml" &
tx pull -a -f -r "syncthing-android-1.description_fulltxt" &
tx pull -a -f -r "syncthing-android-1.description_shorttxt" &
tx pull -a -f -r "syncthing-android-1.titletxt" &
tx pull -a --mode reviewed -r "syncthing-android-1.stringsxml" &
tx pull -a --mode reviewed -r "syncthing-android-1.description_fulltxt" &
tx pull -a --mode reviewed -r "syncthing-android-1.description_shorttxt" &
tx pull -a --mode reviewed -r "syncthing-android-1.titletxt" &
wait
./gradlew deleteUnsupportedPlayTranslations
git add -A "app/src/main/play/"
Expand Down

0 comments on commit 8fd28a2

Please sign in to comment.