1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 14:21:16 +00:00
syncthing-android/tx_pull_all_translations.cmd

16 lines
464 B
Batchfile
Raw Normal View History

@echo off
title %~nx0
cls
cd /d "%~dps0"
REM
REM SET FORCE_FLAG=-f
SET FORCE_FLAG=
REM
echo Pulling all reviewed translations ...
tx pull -a --mode reviewed %FORCE_FLAG% -r "syncthing-android-1.stringsxml"
tx pull -a --mode reviewed %FORCE_FLAG% -r "syncthing-android-1.description_fulltxt"
tx pull -a --mode reviewed %FORCE_FLAG% -r "syncthing-android-1.description_shorttxt"
tx pull -a --mode reviewed %FORCE_FLAG% -r "syncthing-android-1.titletxt"
REM
pause