1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-07 10:42:07 +00:00

prepare_release.bash: Only use reviewed translations

This commit is contained in:
Catfriend1 2019-06-15 11:01:11 +02:00
parent bd095d7d51
commit 8fd28a2b18

View file

@ -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/"