From 18fd867af62761b3da58afda925be0cffccc4ab8 Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 10 Mar 2019 10:25:50 +0100 Subject: [PATCH] Add helper script: tx_pull_de_translation.cmd --- tx_pull_de_translation.cmd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tx_pull_de_translation.cmd diff --git a/tx_pull_de_translation.cmd b/tx_pull_de_translation.cmd new file mode 100644 index 00000000..de1b763a --- /dev/null +++ b/tx_pull_de_translation.cmd @@ -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