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:
parent
bd095d7d51
commit
8fd28a2b18
1 changed files with 4 additions and 4 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue