mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +00:00
16 lines
464 B
Batchfile
16 lines
464 B
Batchfile
|
@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
|