Files
ArchiSteamFarm/tools/crowdin-cli/archi_download.bat
2018-04-27 05:36:52 +02:00

9 lines
291 B
Batchfile

@echo off
pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download
git reset
git add -A "ArchiSteamFarm\Localization\*.resx" "ArchiSteamFarm\www\locale\*.json" "WebConfigGenerator\src\locale\*.json"
git commit -m "Translations update"
pause