1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-29 15:51:17 +00:00

Add helper script: tx_pull_de_translation.cmd

This commit is contained in:
Catfriend1 2019-03-10 10:25:50 +01:00
parent a594b7c0eb
commit 18fd867af6

View file

@ -0,0 +1,7 @@
@echo off
cls
cd /d "%~dps0"
REM
echo Pulling reviewed DE translation ...
tx pull -l de --mode reviewed -r "syncthing-android-1.stringsxml"
pause