Files
ArchiSteamFarm/tools/crowdin-cli/archi_download.bat
JustArchi 8f8e32d503 Misc
2018-03-20 08:03:47 +01:00

9 lines
296 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" "docs\WebConfigGenerator\src\locale\*.json"
git commit -m "Translations update"
pause